Unit tests framework for databases

database, sql-server, unit-testing

Solution

There is TSQLUnit... Link here: http://tsqlunit.sourceforge.net/

Problem

I´m looking for a unit tests framework for database development. I´m currently developing for SQL Server 2000, 2005 and 2008. Do you know of any good frameworks with similar functionality as JUnit and NUnit? Perhaps it´s better to ask, what do you use to unit test your stored procedures and user defined functions?

Original source