Jump to content
Fi8sVrs

Sql Code Guard

Recommended Posts

  • Active Members
Posted

Sql Code Guard is a free addin for SSMS (2005/2008/2008R2)* that's provides fast and comprehensive static analysis for T-Sql code, shows code complexity and objects dependencies

* Visual studio 2010 and database project are also supported

Great news! Now SqlCodeGuard provides simple basic API to use its powerful analyze abilities in yours custom solutions! (assembly and sample project included)

Don't be shy - download Sql Code Guard 2.1.4634 (updated 2012-09-09) right now (changelog)

Do you have any suggestions? Bugreport? Feel free to contact me SqlCodeGuard <at> gmail.com

Code issues

Want to be sure that your code is “best practice” compliant?

Need check for hidden pitfalls?

There it is – Code issues window!

You can analyze as single script and the entire database with only few mouse clicks!

More than hundred of rules to check – from stylish to potential errors

CodeIssues.png

Object dependencies

Wondering who use this table? Procedure? Function?

Or maybe you want to know – which procedures makes modification to this table or view?

Trying to omit well-known error 208? Want to know if you missed some objects?

Object dependencies are right for you!

Explore your database with single mouse click!

dependencies.png

Code complexity

Worried about you code? It seems too complex to understand?

Find complexity of your code!

In combination with Code outline you can fast and easy find most complex procedure or function in your database and review it.

CodeComplexity.png

Code Outline

Lost in your “too-complex-to-navigate” procedure?

Use Code Outline for quick and simple navigation through workflow of your code!

Complexity analyze of each navigated statement provided!

CodeOutline.png

SqlCodeGuard - free tool for T-SQL Analyse

SqlCodeGuard - free addin for SSMS for static T-Sql analysis

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...