debugging

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!
 
M

Mr. Arnold

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.

..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top