The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Best Practices Analyzer for SQL Server

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Tim Sneath

Posts: 395
Nickname: timsneath
Registered: Aug, 2003

Tim Sneath is a .NET developer for Microsoft in the UK.
Best Practices Analyzer for SQL Server Posted: Nov 28, 2003 4:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Tim Sneath.
Original Post: Best Practices Analyzer for SQL Server
Feed Title: Tim Sneath's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/tims/Rss.aspx
Feed Description: Random mumblings on Microsoft, .NET, and other topics.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Tim Sneath
Latest Posts From Tim Sneath's Blog

Advertisement

This tool slipped out of Redmond with little fanfare, but it looks quite promising. It does for SQL Server databases roughly what FxCop does for .NET Framework applications: specifically, it scans through the database schemas and associated SQL code using a rules-based engine to identify any deviations from accepted best practices.

It's currently in beta, and I found the tool interface a little idiosyncratic (someone took the Windows Update design metaphor slightly too far, perhaps), but it has a fairly comprehensive set of rules (you can access them here so that you can view them without having to install the product). Each rule seems to be implemented as a separate .NET assembly, but for this beta version there's no documentation on how to create your own rule.

The analyzer tool has a lot of potential value for both developers and DBAs; given that you can analyse a remote server, it's worth loading up on a development workstation to iron out any T-SQL glitches before you release a database into production, and then repeating the process once it's in place to spot any operational oversights.

Read: Best Practices Analyzer for SQL Server

Topic: NewsGator and RSS in eWeek Previous Topic   Next Topic Topic: A hint for Indigo (PDC) and ASMX 1.1 interoperability

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use