debugging

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i would like to know if there is a way to 'step through sql server t-sql
commands'
using one of the sql server 200 tools, sql server managment studio, or
viusal studio .net 2005 professtional version? If so can you give me
directions on how to 'step through' (debug) the t-sql commands. if not, what
tool that can be used to debug the t-sql commands?

thanks!
 
Wendy Elizabeth said:
i would like to know if there is a way to 'step through sql server t-sql
commands'
using one of the sql server 200 tools, sql server managment studio, or
viusal studio .net 2005 professtional version? If so can you give me
directions on how to 'step through' (debug) the t-sql commands. if not,
what
tool that can be used to debug the t-sql commands?

thanks!

I like to use SQL Server's Query Analyzer to test t-sql commands running
against a database and its tables.

..
 
Back
Top