MSSQL Dump is a backup tool that will let you create a SQL script database dump of a MSSQL (Including Express) database, similar to a mySQL sql dump with INSERTs included. This program will allow you to connect to a server, select a database; tables, views, sp’s, triggers, functions, and users and write SQL script [...]