|
|
| 11/04/2012 |
|
This is an xUnit style unit testing framework for SQL Server. It currently
contains support for a basic set of assert functions for int, varchar and
datetime types along with support for exceptions. The package also contains
an example database showing how the framework can be used as part of a
continuous integration process.
Download [102 K]
Manual
API Docs
|
|
| 01/02/2012 |
|
This is a doxygen filter (implemented as PowerShell script) that transforms T-SQL
code into C-style code so that doxygen can generate documention from the source
code comments.
Download [10 K]
Manual
Example
|
|
| 08/12/2011 |
|
This is a static code analysis tool for SQL Server (T-SQL). Initially it provides
a set of simple rules that allow you to check that your schema objects conform
to your project naming conventions. In future it will also check for other
common mistakes such as missing primary and foreign keys.
Download [33 K]
Manual
API Docs
|
|