In the MySQL world there is a very handy command line program called mysqldump that (in addition to making CREATE TABLE statements) as creates INSERT INTO TABLE statements for the data itself.
How do I generate the INSERT's like this in the SQL Server 2003 world?
Start Free Trial