Quantcast
Channel: DBScripterCmd - A command line tool to script database objects to seperate files
Viewing all articles
Browse latest Browse all 44

Updated Wiki: Home

$
0
0

Project Description
The DBScirpterCmd is a command line tool to script database objects to separate SQL files. An interesting use is with an automation tool, such as NAnt or FinalBuilder, to script database objects and check in to a source control system automatically.

At present this program supports Microsoft SQL Server 2014, 2012, 2008 and 2005, and database objects: table, stored procedure, view, user defined function and user defined aggregate.

SQL Server 2008 Management Objects and .Net Framework 4.5.1 is required to run this program.

 

EXAMPLE:
DBScripterCmd.exe localhost sa test AdventureWorks2008R2 "d:\output" 

 

USAGE:
DBScripterCmd.exe <server> <uername> <password> <database> <output folder> [a][f][s][t][v]

where
  a        User Defined Aggregate
  f        User Defined Function
  s        Stored Procedure
  t        Table
  v        view
  Empty    All

 

 DBScripterCmd.jpg

 

 Sequence Diagram



Viewing all articles
Browse latest Browse all 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>