|
Find undetectable (by MSSQL Server) errors in T-SQL procedures and triggers: undefined procedure calls, extra/missing parameneters in EXEC statements, extra/missing OUT modificators in EXEC statements, missing @ sign in front of OUT variables in SELECT statements. Find all procedures that affect any selected Table/Field. Find all database Entry Points i.e. procedures that are not called from another one. Create database statistics and more Software Downloads > Database Tools > MSSQLSemanticAnalyzer
|