|
I have a stored procedure that I execute on different databases to present results. What's the easiest way to compare these results ?
(comments are locked)
|
|
Funnily enough, I had the same requirement recently. I blogged my approach here: http://thelonedba.wordpress.com/2012/06/21/warning-wordbreaker-filter-or-protocol-handler-used-by-catalog-foo-does-not-exist/ The gist of the process is:
It's all relatively straightforward, just a bit long-winded. I'm sure I could have written the code better, for example! This technique only works if there is one recordset output by your SP. Things you'll need to know about:
Hope this helps. Yep, that worked beautifully and was quite simple. Thaks so much Thomas!
Jun 24 '12 at 05:44 PM
davehd
(comments are locked)
|

