Unix Technical Forum

Utilities to check for errors in stored procedures

This is a discussion on Utilities to check for errors in stored procedures within the SQL Server forums, part of the Microsoft SQL Server category; --> I have written a utility that checks our stored procedures for potentially incorrect code (eg = null as opposed ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 04:33 AM
Mystery Man
 
Posts: n/a
Default Utilities to check for errors in stored procedures

I have written a utility that checks our stored procedures for
potentially incorrect code (eg = null as opposed to is null, unused
variables/parameters etc). It also ensures that parameters/variables
etc match our naming conventions and data types/sizes are the sames as
the corresponding type in the database (if appropriate)

Are there any other utilities that do this sort of thing?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 04:33 AM
Simon Hayes
 
Posts: n/a
Default Re: Utilities to check for errors in stored procedures

PromisedOyster@hotmail.com (Mystery Man) wrote in message news:<87c81238.0407081943.17654baa@posting.google. com>...
> I have written a utility that checks our stored procedures for
> potentially incorrect code (eg = null as opposed to is null, unused
> variables/parameters etc). It also ensures that parameters/variables
> etc match our naming conventions and data types/sizes are the sames as
> the corresponding type in the database (if appropriate)
>
> Are there any other utilities that do this sort of thing?


The MS Best Practices Analyzer does some of those things, as well as
looking at system settings and configuration:

http://www.microsoft.com/downloads/d...displaylang=en

Simon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:19 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com