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?
CDM 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.