Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Synchronizing tables on different databases (SQL Server)

Status
Not open for further replies.

riksweeney

Programmer
Nov 4, 2002
17
GB
Is there a way to update a database's tables with the new columns from a master databases tables without losing the previous data? I'm basically looking for something that will script the changes so that I can just run the update script. Am I wishing too hard for this?
 
Check out SQLCompare. Go to It is a good tool and we use it to move all our development changes to production without losing the data. It's even not expensive! They also have tool to compare data between tables.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top