/mssqldumpX

Tool similar to MySQL's mysqldump, but built for MS SQL Server

Primary LanguageC#

mssqldump is a simple commandline utility that uses Microsoft's SQL Server Management Objects to pull schema scripts into a text file.

Usage: >mssqldump.exe {servername} {database_name} {path for dump file}

ex: mssqldump.exe (local) Northwinds "C:\SQL Dumps\"

The provided binary in \bin\release will work with either x86 or x86_64 architecture.

The solution was created using Visual Studio 2008.