Project DescriptionSql Script Generator is a tool for generate INSERT/UPDATE statement sql script. With Sql Script Generator you can create script to copy data from one database to another.
In current version there are this feature:
- Generate only INSERT and UPDATE statements;
- Run in transaction;
- Disable check constraints;
- Save in one file;
- Connect with Windows Authentication and Sql Server Authentication;
- Select tables;
Future improvements:
- Copy to clipboard;
- Use also with command line options;
- Connect to more than one server;
- Generate CREATE TABLE statement;
- Execute in sequence with constraint check;
- ... (any suggestion)
With the current release it is possible to integrate Sql Script Generator with Sql Server Management Studio. Go to File ->Settings and change the default settings.
Please report any errors.
Current Version use DockPanel Suite (
http://sourceforge.net/projects/dockpanelsuite/).