Skip to content

Script and create SQL Server objects quickly

Notifications You must be signed in to change notification settings

mwittmann/schemazen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema Zen - Script and create SQL Server objects quickly

Schema Zen has two commands:

script

schemazen.exe script --server localhost --database db --scriptDir c:\somedir

This will generate sql scripts for all objects in the database in the following directory structure:

c:\somedir\
  foreign_keys
  functions
  procs
  tables
  triggers
  props.sql

create

schemazen.exe create --server localhost --database db --scriptDir c:\somedir

This will create a database named db from the sql scripts in c:\somedir.

The latest release can be downloaded here

About

Script and create SQL Server objects quickly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%