Tagged Questions
1
vote
1answer
178 views
Database Unit Test in Visual Studio Compare Vars/Columns?
I have a Visual Studio 2008 GDR Database Unit Test (Data Dude) with some TSQL that calls a sproc. I then have a single select statement that produces a 1-row result set with 2 columns. I want to pass ...