Are there any static code analysis tools for stored procedures written particularly in PL/SQL and T-SQL?
相关问题
- What is the best way to cache a table from a (SQL)
- Bulk update SQL Server C#
- NOT DISTINCT query in mySQL
- SQL to Parse a Key-Value String
- Can I skip certificate verification oracle utl_htt
相关文章
- How to truncate seconds in TSQL?
- Connection pooling vs persist connection mysqli
- SQL identity (1,1) starting at 0
- How to check entire rails project for compilation
- SQL Server 2008: Joining results of STORED PROCEDU
- Is SaveChanges() Necessary with Function Imports (
- Can I lazy load a navigation property by delegatin
- SQL Group by Count of Counts
Oracle has some little-known stuff built in.
Try this in 10g Release 2 or above:
Then compile your PL/SQL package (not an anonymous block).
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
Try free Sql Code Guard. It provides fast and comprehensive static analysis for T-Sql code, shows code complexity and objects dependencies