|
The Yortsoft Table Data Scripter utility generates SQL Server script files for inserting
data into database tables. The scripts are generated from an existing database,
and the output formatted in various ways including the use of a store procedure
to perform updates & inserts.
This tool requires Microsoft Sql Server or Microsoft Sql Server Express to be installed.
It includes the following features;
- Script multiple tables at once, generate a single script (with tables sorted to
avoid foreign key issues), or a seperate script file per table.
- Multi-threading scripting engine scripts multiple tables at the same time to improve
performance.
- Text outputting options including ASCII, Unicode etc.
- Choose which tables to script, and for each table select options for handling
identity columns, using stored procedures or not, script updates or only inserts,
which columns to include in the update and insert etc.
Download
the Table Data Scripter now.
Download Version 1.1
New in this version;
|