This project allows dumping a SQL Server Database to a text file. Is useful when you pretends backup data from tables and not backup the entire database, or import data from diferent databases.
This program implements the following special features:
* Foreign Keys -> order tables in text file in order to insert data without colisions/errorsc
* Primary Key IDENTITY -> guarantees the value of the IDENTITY field
* Reference to itself -> eliminates the constraint and at the end create it again
Try this On NorthWind database that cames with SQL Server by default.
Related Search For SQL Dumper: sql dumper dumping sql server
SQL Dumper SQL Dumper
Ruizata Project Ruizata Project