ericnewton76 / mssqldumpX

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C# 97.8%Language:Batchfile 2.2%