SQL Data Exporter 1.0
SQL Data Exporter is what you need. Sadly, Microsoft SQL Server allows only database object scripting and no tables content whatsoever. But often it is precisely this function you need if you are developing distributive applications that require database installation or going to port a system from Microsoft SQL Server to some other database engine.
SQL Data Exporter is simple yet powerful tool to script your Microsoft SQL Server tables data into a valid SQL script. Imagine we have table table1 with a single row and two columns (id and value). Ask SQL Data Exporter to generate a script and you will get as the following:
insert Table1 (id,Value) values(1,`String1`) GO
With a wizard interface you can easily setup script generator for your personal needs - to clear tables prior to inserting data, to run a script as a single transaction, or even to generate a .bat file to run your script. SQL Data Exporter allows you to append a generated script to a script created by Microsoft SQL Server tools and more.
This is fully functional version with AD screen and no limitations.
...Script is a powerful...SQL script generation utility for...any MS Access database (*.mdb, *.accdb). Easily...generate SQL scripts for any...execute the generated SQL scripts to re-create...or deploy your database at your convenience....tedious and error-prone SQL statements, MDBScript is...export an entire database or any part...
...SQL Partition Manager is...solution for managing SQL Server partitioned tables....with large databases, SQL Partition Manager greatly...tool partitions existing tables with data and...manageable chunks of data to easily move...in and out. SQL Partition Manager enables...Convert existing nonpartitioned tables with data to...
...a fast multi-threaded SQL and PL/SQL tool...with a script library and an...advanced grid for developers and database administrators....Features: script library; SQL and PL/SQL editor;...and for update statement execution; bind variables;...objects; powerful grid; SQL statement execution plan;...popup window with database objects; script import;...
...tool for Microsoft SQL server creates SQL...script for database objects definitions: tables,...custom or predefined SQL statements separators are...handy utility helps database developers and administrators...to create SQL script for any Microsoft...SQL server database schema (metadata) within...
...Apex SQL Script converts databases to...deployment packages. Apex SQL Script creates insert...from any Microsoft SQL Server database that...run against another database etc. Apex SQL...Script handles Identity fields...and Apex SQL Script can auto-sequence the...scripting order of tables to avoid referential...

