Software Index
Related Topics
Popular Trends
Trending Topics
 

Asp Run Ms Sql Query

All | Freeware
Product Title  /  Popularity Revised License Rating Size
DBForms from MS Access to ASP.NET+MS SQL
DBForms from MS Access to ASP.NET+MS SQL is a tool which allows you to convert mdb file to MS SQL db, Access forms to WEB pages with AJAX technology support. Convert forms and their elements to .aspx pages with MS ...
March 4th 2008 Shareware  5 stars 5,857k
EMS MS SQL Manager Professional
EMS MS SQL Manager is a powerful graphical tool for Microsoft SQL Server administration and development. It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their ...
December 16th 2004 Shareware    4,659k
MS SQL Server Search & Extract Data Software
Search for certain characters within a MS SQL Server database. If these characters are found, extract the fields and save to file. Also, extract data between starting and ending characters throughout the entire database.
September 18th 2006 Shareware    344k
DBSync for MS SQL & MySQL
DBSync for MS SQL & MySQL performs MS SQL to MySQL and MySQL to MS SQL database conversion with synchronization and opportunity to choose particular tables for conversion simply by configuring several options in wizard-like application. Ability to organize application ...
March 28th 2007 Shareware    12,530k
MS SQL Server Editor Software
Make changes to the data found within a MS SQL Server 2000 or 2005 table.
May 23rd 2007 Shareware    506k
SQL Query Tool BSQL
BSQL is a SQL Query Intellisense Tool. It provides high quality intellisense for SQL Server, Oracle, MySQL, Access, Sybase, etc.

Main features:
1) Code auto-completion for fast, Auto-fill for keywords and objects.
2) Accurate script building.
3) Advanced SQL Query ...
January 12th 2009 Shareware  5 stars 3,042k
QueryToDoc
Export Query Results to a Word Document. Use QueryToDoc to export Oracle and MS-SQL query results to a Word Document. Write a SQL query against an Oracle or MS-SQL database, view the results, and then automatically export the query results ...
February 13th 2006 Shareware  5 stars 17k
MS SQL Server Sybase Anywhere Import, Export & Convert Software
Quickly transfer tables to and from MS SQL Server and Sybase ASA (Adaptive Server Anywhere) databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase Enterprise.
March 25th 2007 Shareware    405k
DBConvert for MS SQL & MySQL
DBConvert for MS SQL & MySQL is a database converter which performs MS SQL to MySQL and MySQL to MS SQL conversions. Features: Unicode Support, Primary keys and Indexes conversion, Interactive multilingual (GUI) mode / command line mode, filters, renaming ...
March 27th 2007 Shareware  5 stars 12,809k
MS SQL Server Sybase ASE Import, Export & Convert Software
Transfer tables to and from MS SQL Server and Sybase ASE (Adaptive Server Enterprise) databases. Importing and exporting can be done without SQL knowledge.
July 4th 2007 Shareware    411k
MS SQL Recovery
MS SQL recovery software recovers data from corrupt, damaged .mdf database files. It supports data recovery from SQL server version 2000 and 2005. SQL repair software recovers tables, views, triggers, stored procedures, damaged unique keys, primary keys and foreign keys. ...
April 20th 2008 Shareware    2,079k
FlySpeed SQL Query
FlySpeed SQL Query is an easy data handling tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax. It performs wide range of data manipulations, such ...
June 4th 2009 Shareware    5,494k
DBSync for Firebird and MS SQL
DBSync for Firebird and MS SQL is a dependable bi-directional database converter and synchronizer that enables you to migrate data from Firebird to MS SQL server and from MS SQL to Firebird. DBSync features: Unicode Support, InterBase databases synchronization support, ...
September 26th 2009 Shareware    16,565k
SQL Query Tool
FlySpeed SQL Query is a powerful yet easy to learn SQL query tool that comes with an easy to learn interface but also an abundance of powerful and highly useful features for database users and developers. Making data retrieval, data ...
March 25th 2010 Shareware    9,146k
DBSync for Oracle and MS SQL
DBSync for Oracle and MS SQL is a dependable bi-directional database converter and synchronizer that enables you to migrate data from Oracle to MS SQL server and from MS SQL to Oracle. DBSync features: Unicode Support, Oracle databases synchronization support, ...
June 22nd 2010 Shareware    49,755k
DBConvert for Oracle and MS SQL
DBConvert for Oracle and MS SQL is a dependable bi-directional database converter which enables you to migrate data from Oracle to MS SQL server and from MS SQL to Oracle. DBConvert features: Unicode Support, Primary keys and Indexes conversion, Interactive ...
June 23rd 2010 Shareware    50,154k
DBSync for MS SQL and DB2
DBSync for MS SQL and DB2 is a dependable bi-directional database converter and synchronizer that enables you to migrate data from MS SQL to DB2 and from DB2 to MS SQL as well as from MS SQL to MS SQL ...
September 27th 2011 Shareware    20,064k
DBConvert for MS SQL and DB2
DBConvert for MS SQL and DB2 is a reliable two-way database migration tool which allows to convert data from IBM DB2 to MS SQL server or from MS SQL to IBM DB2. DBConvert features: CLOB, BLOB, BINARY LARGE OBJECT DB2 ...
September 27th 2011 Shareware    20,377k
EMS Query Builder
EMS Query Builder is a powerful component suite for Borland Delphi and C++ Builder intended for visual building SQL statements for the SELECT clause. It allows you to build new queries visually and/or graphically represent the existing queries in your ...
February 7th 2005 Shareware    2,724k
MySQL MS SQL Server Import, Export & Convert Software
This application will allow you to transfer tables to and from MySQL and MS SQL Server 2000 and 2005 databases. Importing and exporting can be done without SQL knowledge.
August 5th 2006 Shareware    2,552k
Related Scripts
EMS MS SQL Manager
EMS MS SQL Manager is an ASP based developing and managing tool for MS SQL server. Through this tool database objects can be generated and edited, generating SQL queries, managing section for viewing the users needs. This tool has various ...
December 8th 2005 Commercial     
EMS MS SQL Utils
EMS MS SQL Utils is a web based .NET database application through which database management in SQL server can be done. This tool has set of utils like MS SQL comparer through which users can compare the datas of the ...
December 1st 2005 Commercial     
SQL Query Provider for Adv. Email Mgr
SQL Query Provider for Adv. Email Mgr is an ASP based .NET application through which user are allowed to create their own mail list corresponding to their SQL query in their email campaign. This tool offers various features like providing ...
December 11th 2005 Commercial     
Accessing the System Registry using MS SQL Server - PART 1
This is an article that guides users to use MS SQL server to access the system registry. In this tutorial the author says that accessing system registry can be easily done by the users with the help of XP_regread -a ...
December 11th 2005 Freeware     
Add Records using an SQL statement
This is a simple tutorial that helps in inserting the records into the database table using the SQL statement. This tutorial does not use the recordset object to add the records. It uses the execute method of the connection object ...
December 17th 2005 Freeware     
Creating a SQL Query Test Page
This article is used as a reference and to get a great guidance for creating a SQL query test page that helps the users to retrieve only accurate result from database. Sample code snippets to test by the users has ...
November 24th 2005 Freeware     
Duplicate records using SQL query
This tutorial is basically for the database developers that directs them to find duplicate records in a database using SQL query statements like SELECT and WHERE. Example has been given in this tutorial and the users can easily understand and ...
November 30th 2005 Freeware     
MS SQL Database Explorer
MS SQL Database Explorer is a web based tutorial in which the author offers guidelines to the programmers to get details about the Explorer of MS SQL Servers database structure. In this tutorial the author offers source code through which ...
December 8th 2005 Freeware     
MS SQL Server Database Documentor
MS SQL Server Database Documentor is a Windows compatible script Automatically creates a MS Word documentation of your chosen database.You will need to enable Word macros, and use medium security settings.If all is well, then when you open the documentor, ...
November 27th 2005 Freeware     
MS SQL to MySQL Converter
This tool is helpful for the webmasters or any individuals to maintain their database. The main function of this tool is, it converts MS SQL database records into MySQL database. This tool is used to convert data types, attributes including ...
November 29th 2005 Commercial     
Related Code
ASP.NET Login Scripts
This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and ...
November 9th 2006     2k
Bean Software Search Control 2.2 - .NET Edition
Enable feature rich database searching in your application! Your users can choose between four ways of searching: any word, all words, phrase or boolean search expression with AND, OR and NOT keywords. Bean Software Search Control is .NET control that ...
February 9th 2006     104k
Decrypt MS SQL 2000 stored procedures of ANY SIZE!
This MS Access application will decrypt Stored Procedures encrypted using "with encryption" option. If automatic removing of "with encryption" option fails user will asked to manually modify the source of SP. The source of SP must start with “ALTER PROCEDURE” ...
May 6th 2006     38k
myLittleAdmin
myLittleAdmin is a web-based MS SQL and MSDE database administration tool.

This new version of myLittleAdmin has been completely re-written. It offers a new skinnable interface and a lot of great new features, such as user levels, multi-databases support or ...
July 26th 2007     154k
SQLDiffer 1.0
SQLDiffer is a comparison tool used to visually display selected data for easy observation of the differences. The data used in the comparisons can be obtained from a wide range of databases. Any database with an ODBC interface is supported ...
February 4th 2006     1,999k
New Software
Popular Software