Testdriven Database development

I recently found this interesting article on TDD when using T-SQL. It describes how a new unit test framework form T-SQL, called tsqlunit, works. Even though it feels like the framework lacks a lot of the fancy asserts and that is probably because of limitations in T-SQL I still welcome it as a new addition in the family of unit test frameworks. Definitely something I'll use next time I have to do T-SQL work.