TSQL Code Checker
Also, along the same lines, are there client-side JavaScript and VBScript tools similar to FXCop ?
Thanks
Also, along the same lines, are there client-side JavaScript and VBScript tools similar to FXCop ?
Thanks
Short answer: no.
Long answer: not really...
For SQL Server 2000, there is a SQL Server Best Practices Analyzer that does some basic code-checking of T-SQL on objects in your database.
http://www.microsoft.com/downloads/details.aspx?FamilyID=B352EB1F-D3CA-44EE-893E-9E07339C1F22&displaylang=en
For SQL Server 2005, there is nothing available at the moment. We are making a new version of SQL Server BPA, but it will not have the T-SQL checking capabilities.
My team's blog talks about the next version of SQL BPA: http://blogs.msdn.com/sqlrem/archive/tags/SQL+Server+Best+Practices+Analyzer+Tool/default.aspx
If you'd like to see an FxCop for SQL Server, could you file this as a suggestion to Microsoft Connect? http://connect.microsoft.com/SqlServer/
Paul A. Mestemaker II
Program Manager
Microsoft SQL Server Manageability
http://blogs.msdn.com/sqlrem/