-
Notifications
You must be signed in to change notification settings - Fork 0
Prerequisites
David Elish edited this page Nov 9, 2016
·
1 revision
- A SQL Server instance where the SqlResultsCompare database can be deployed. This will be the "query broker" instance.
- The above SQL Server instance will need xp_cmdshell enabled.
- The user executing the application will need to be able to create Linked Servers on the above instance.
- bcp must be installed on the same machine as the SqlResultsCompare application.
- A diff/compare application must reside on the same machine as the SqlResults compare application. WinMerge and BeyondCompare 4 have been tested but are not included. Any compare/diff application that can be executed at the command-line and take two file names as arguments can be used.