Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Intelliplan/sqlserver-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server - Schema

A tool that takes

  • A server DNS name
  • A Username for a DB
  • A Password for a DB
  • A FilePath for export target location

And spits out all schemas, triggers, etc to the target location file.

Usage

schema --server "my.server.tld" --password SECRET --username Ulf --file-path './my-db.sql'

Build

bundle
bundle exec rake

About

A tool for exporting the schema from a SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published