Skip to content

This java tool can be used to duplicate a MSSQL database, useful when doing continues deployment with Jenkins.

License

Notifications You must be signed in to change notification settings

DennisPallett/mssqldbduplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS SQL Database Duplicator

A tool to make a duplicate copy of a Microsoft SQL Server database within the same server.

How to build and run.

Clean and make a Eclipse project. $ mvn clean eclipse:eclipse -U

Make a single jar with embedded dependencies. $ mvn clean compile assembly:single

Run. `$ java -jar target/mssqlduplicator-0.1-jar-with-dependencies -c creds.properties -s localhost -d "TestDB" -n "CopyDB" --overwrite

See the sample.creds.properties file for an example of how the credential file should like.

About

This java tool can be used to duplicate a MSSQL database, useful when doing continues deployment with Jenkins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published