Existe um freeware que cria instruções de inserção SQL a partir dos dados das suas tabelas:
[ SQL Dumper ] (Nota do moderador: link removido devido a um site infestado de malware)
SQL Server Dumper enables you to dump selected SQL Server database tables into SQL INSERT statements, that are saved as local .sql files and contain all the data required to create a duplicate table, or to be used for backup purposes. You can choose to create an individual .sql file for each table, or combine all selected tables into a single file.
This program implements the following special features:
- Foreign Keys order tables in text file in order to insert data without colisions/errors
- Primary Key IDENTITY guarantees the value of the IDENTITY field
- Reference to itself eliminates the constraint and at the end create it again
Use-o em combinação com a geração de esquemas integrada do SQL Server (script de objeto).