Thread: SQL Analyzer
View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:17 AM
louis
 
Posts: n/a
Default Re: SQL Analyzer

You can use Visual Studio 2003. Create a datsource connection. Then
open server explorer. Find your SP then right-click to edit. You can
debug etc... I personally never use it as I find VS extremely
slooowwww.

With MSSQL 2000, I breakup long procedures by using UDFs that return a
table. My "main" stored procedure consist of calls to the UDFs.

Reply With Quote