-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Elish edited this page Nov 8, 2016
·
3 revisions
SQL Results Compare is a Microsoft Windows based command-line application that leverages the Microsoft SQL Server database engine, Microsoft SQL Server bcp (bulk copy program utility), and a choice of diff/compare tools to graphically display the differences in output of pairs of SQL queries. It is intended to be used as part of a testing framework, by storing pairs of queries and their target server information, to execute batches of queries, and return their differences with a single command-line call.
- Execute queries against any database server platform for which a Microsoft SQL Server Linked Server can be created.
- Execute SQL statements native to the target database server platform.
- Execute as few or as many comparisons with a single call by grouping them into Query Categories and Query Subcategories.
- Use any SQL Server instance, local or remote (with the necessary permissions), as the "query broker".