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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server DB comparison utilities

Status
Not open for further replies.

sergeiY

Programmer
Feb 13, 2003
132
0
0
AU
Hi

I need to make a lot of content (not structure) changes to one SQL Server2000 DB. Later on I would need to push these changes to production DB. What I was thinking I would do all my changes to db contents and then will compare new db to back up and somehow script all the changes and then push it to production DB via these scripts. Am I unrealistic with this vision? Are there any tools that may help me achive this? Or maybe there are some other ways I can do it easier and less painful. Mind you I will not be able to run DTC wizards to production. I can only execute SQL scripts.

Any help will be greatly appreciated.
 
SQL Profiler can record your T/SQL commands and let you save the script and execute it later against another server.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
Hi,

i just downloaded an sql compare trail version from It's a fully functional 14 days trialperiod tool. I just used it myself for the first time and i must say it works great and saved me a lot of time checking 2 databases.

When you have compared your databases you can then synchronise the 2 databases so that it incorporates all changes from one database to the other.

Regards,

Atomic Wedgie
 
Thank you guys I will look into this red-gate tool looks promising.
Thank you

Sergei
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top