June 11, 2014 at 10:30 am
Hi,
I am looking for a tool to compare the result sets.
Is there any free tool or Microsoft built in tool that we can use to compare the result sets. Suppose if I change one thing in code and needs to test the am I getting the same result set or not? Instead of doing manually is there any way to compare both result set
June 11, 2014 at 11:06 am
There is one free built-in tool.
June 11, 2014 at 11:12 am
If you are querying from different servers you can output the result set to file and then use notepad++, this is something I have done for text file comparison in the past.
June 11, 2014 at 11:18 am
No.
I am looking from same server only. But need to test result set for code changes in the Sproc.
June 11, 2014 at 11:23 am
You could dump results into 2 temp tables and then use Except...
June 11, 2014 at 11:30 am
I've done text comparisons on text files using Ultra Compare, but I think that running the results into tables and then comparing the tables is probably the most straightforward approach.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply