Skip to content

SQL Server Database Copy Tool (originally from Codeplex)

License

Notifications You must be signed in to change notification settings

wackyliu/DBCopyTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBCopyTool

SQL Server Database Copy Tool (originally from Codeplex)

Project Description

Simple tool to copy databases from one SQL Server to another.

Copies a sql server database from one server to another by backing it up, copying the backup file to the destination server and restoring the database.

Copied from https://dbcopytool.codeplex.com/. This project deserves all the props and money! Give them praise!

alt text

You need at least one sql server :-) rights to access the backup directories and data directories of the sql server(s) over the network

Usage: Start the tool :-) go to the servers tab and configure your servers (servers are stored in config.xml)

alt text

alt text go to the copy database tab copy your database(s)

...or use it as commandline tool. Just start it with the four parameters: from_server to_server from_database to_database (the servers must exist in the config file)

Example: dbcopytool.exe 192.168.1.1 192.168.1.2 MyDb MyDbCopy

alt text report bugs and ideas :-)

Further description (german) and some description of the code can be found here: http://www.sql-asp-blog.de/category/SQL-Server-Database-Copy-Tool.aspx Last edited Sep 13, 2009 at 2:33 PM by Jetro223, version 20

About

SQL Server Database Copy Tool (originally from Codeplex)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%