On Gert 'data dude' Drapers blog there is the announcement for Power Tools for Visual Studio Team System 2008 Database Edition.
Features include:
Command line SQL Static Code Analysis execution through MSBuild;
Data Generation Wizard;
File based data generator;
XML based data generator;
Unique Regular Expression generator;
Refactoring Command Generator has been made available as a MSBuild task;
Two new test conditions for Database Unit Tests:
- ChecksumCondition – Which you can use to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set.
- ExpectedSchemaTestCondition – Which you use to verify that the column names and data types of the returned data set match expected values.