Any Static Code Analysis Tools for Stored Procedures?

suyasha picture suyasha · Feb 10, 2009 · Viewed 14.8k times · Source

Are there any static code analysis tools for stored procedures written particularly in PL/SQL and T-SQL?

Answer

MichaelGG picture MichaelGG · Feb 10, 2009

For T-SQL, Microsoft has the database edition of VS Team Suite (although, I believe its now in the dev SKU). This link talks about writing your own static code analysis rule for T-SQL: http://blogs.msdn.com/gertd/archive/2009/01/01/creating-t-sql-static-code-analysis-rules.aspx