Database testing is often ignored by development teams, under the assumption that testing the application tests the database sufficiently. Richard Fennell gave an interesting presentation at SQLBits recommending formal unit testing of SQL Server using TSQLUnit , part of the xUnit family. Although most...