Unit Testing in SQL Server – Overview 1
Ok, so here’s the first in a series of a home grown implementation of Unit Testing SQL server code.
I’m not talking about using Visual Studio Team Edition for Professionals, like Jeff recommends… but I’ll try to provide a general approach to testing your SQL code, particularly stored procedures (sprocs). Read more »
