sqldump SqlDump - Microsoft SQL Server database backup program
Latest stable release is v2.2.1
Current version is v3.0b1

SqlDump is a program to backup a Microsoft SQL Server database as a text file. SqlDump generates SQL statements for tables, indexes, user-defined types, views, procedures, etc and also the table data. This data can be used for a variety of purposes, such as database backups, moving databases to another server, or setting up a test database based on the contents of an existing database.

Output for each dumped table consists of a create table statement that re-creates the table, followed by a set of insert statements that reload the contents of the table.

Major changes from 2.2.1 to 3.0b1

Download NOW!


Submit your bug reports to gopal@developercentral.org Proudly lives on SourceForge.net!