TSQLUnit - Unit testing for SQL server
Normally I leave blogging about SQL-Server to the real SQL_Server experts. But I had to this time. I read an article on unit testing TSQL functions and stored procedures on MSDN. The article mentions a framework which helps you perform this task.
In the light of running automated tests on C# and/or VB code using NUnit, this seems like a welcome addition to me. So all you SQL-Server guru's might want to take a look. Maybe you've already used it, maybe you have a better solution. But automatically running tests on your stored procedures and functions seems like a good idea to me :-)