t sql
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 520
VistaDB 3.0 3.0
VistaDB 3.0 was developed in C# to be the world?s first fully managed SQL database engine built specifically for the Microsoft .NET Framework, Compact Framework and Mono. VistaDB is smaller than SQL CE, and works in shared hosting environments. No CPU or more>> VistaDB 3.0 was developed in C# to be the world?s first fully managed SQL database engine built specifically for the Microsoft .NET Framework, Compact Framework and Mono. VistaDB is smaller than SQL CE, and works in shared hosting environments. No CPU or RAM limitations imposed by our engine. Features include royalty-free distribution, easy-to-use small single-file 600KB footprint, ZeroClick deployment lets you embedded VistaDB directly into your EXE and DLLs, Visual Studio 2005 integration, built-in ADO.NET Provider, Direct Data Access? objects, T-SQL compatible SQL query processor, data types are 1:1 compatible with SQL Server, Data Migration Wizard, Data Builder tool for managing databases (C# source code included), robust single-file data store, ANSI and Unicode support, tables, views, CLRProcs, indexes, constraints, primary and foreign keys, Blowfish encryption, transaction processing with Snapshot isolation.<<less
Added: 2004-05-21 License: Commercial Price: $0.00USD
60 downloads
EMS SQL Manager 2005 Lite for PostgreSQL
EMS SQL Manager Lite for PostgreSQL is a light and easy-to-use freeware graphical tool for PostgreSQL administration. PostgreSQL Manager works with any PostgreSQL versions up to 8.0 and supports all of the latest PostgreSQL features including more>> EMS SQL Manager Lite for PostgreSQL is a light and easy-to-use freeware graphical tool for PostgreSQL administration. PostgreSQL Manager works with any PostgreSQL versions up to 8.0 and supports all of the latest PostgreSQL features including tablespaces, named arguments in functions and so on. It has minimal required set of instruments for those users who are new to PostgreSQL server and need only its basic functionality.<<less
Added: 2005-04-29 License: Freeware Price: $0.00USD
400 downloads
EMS SQL Manager 2005 Lite for SQL Server
EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only its basic functionality. It more>> EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only its basic functionality. It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries and more.<<less
Added: 2005-04-29 License: Freeware Price: $0.00USD
2501 downloads
FlySpeed SQL Query 1.1
FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data more>> FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data manipulations. Handy for professionals and essential to newbies, FlySpeed SQL Query includes everything to make your work with data more productive than ever before!<<less
Added: 2007-09-26 License: Freeware Price: $0.00USD
12 downloads
PHP SQL Server (MSSQL) Query Analyzer 0.3
PLEASE REVIEW AND EDIT CAREFULLY This is a web-based tool for running queries on a SQL database. more>> <<less
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Embedded Sql 1.0
This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters more>> This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters of the statement. Both stored procedures and direct sql is supported. Nothing needs to be added to the sql file all it requires is a standard T-Sql procedure declaration.<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
11 downloads
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes more>> One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so lets get started<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
12 downloads
DBIx-SQL-Abstract 0.07
DBIx-SQL-Abstract module provides a convenient abstraction layer to a database. more>> DBIx-SQL-Abstract 0.07 offers you a powerful application which provides a convenient abstraction layer to a database. The intention of this module is to join some methods from the DBI and the SQL: Abstract modules, for a convenient and easy use.
<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
Boolean to SQL Query Translator 1.0
This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields. more>> This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields.<<less
Added: 2005-05-29 License: Free Non-Commercial Price: $0.00USD
10 downloads
Other version of Boolean to SQL Query Translator
License:Free for non-commercial use
Select Randoms Results from a Sql Table
In this tutorial you will learn how to select some randoms results from a sql table with few lines of code. more>> In this tutorial you will learn how to select some randoms results from a sql table with few lines of code.<<less
Added: 2006-04-15 License: Freeware Price: Free
1291 downloads
SQL Solution 6.3
Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. more>> Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.<<less
Added: 2000-08-31 License: Other Price: $0.00USD
14 downloads
Other version of SQL Solution
License:Other Free / Open Source License
Executing Transact-SQL DELETE statement 1
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database. more>> In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
13 downloads
Executing Transact-SQL UPDATE statement 1
In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database more>> In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
SQL Injection Vulnerability Scanner 1.1
SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic more>> SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic protection against SQL injection).<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
27 downloads
Executing Transact-SQL INSERT statement 1
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. more>> In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above t sql search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed