Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
igriks
Starting Member
1 Post |
Posted - 2012-12-20 : 16:02:33
|
I have several environments (DEV, QA, UAT, PROD) with the same set of databases. Is there a way to run the same query in those environments so I can quickly compare results and/or contents of the tables in databases? |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2012-12-20 : 16:09:47
|
http://msdn.microsoft.com/en-us/library/bb964743.aspx |
|
|
echernob
Starting Member
4 Posts |
Posted - 2012-12-20 : 16:16:53
|
Try Concurrent Database Manager (CDM) at www.esctradingsystems.comCDM not only allows users to run the same query against multiple servers but also keeps history of the original requests with the results.In addition, CDM offers you a variety of other features including C# code generation from DB objects, unique SQL Query Catalog, protection against running the same query multiple times, etc. |
|
|
|
|
|