Skip to content

benedict-chan/Sql-Server-Insert-Scripts-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create insertion script for SQL Server

This is a simple tools to let you select data from SQL Server, which then allows you to modify them locally in a grid, and create these new modified data as sql insertion scripts.

The idea of creating this is for preparing scripts to move configuration data from Development Server to Production Server.

This is not a tools for large data migration.

How to Use

  1. Connect to SQL Server
  2. Choose Table
  3. Generate a Select Script
  4. You can then modify the Select Script and add your WHERE cause
  5. Execute your Select Script, the result will be shown in the grid
  6. Modify the Grid data locally
  7. Generate Insection scripts with the locally modified data.

Links

Code Project article created in 2007

About

A little util to generate SQL Server insert scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages