debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?=

    #1

    debugging

    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!
  • Mr. Arnold

    #2
    Re: debugging


    "Wendy Elizabeth" <WendyElizabeth @discussions.mi crosoft.comwrot e in
    message news:18BFEB1E-10B6-4B02-BCDE-35F93DD1C5E6@mi crosoft.com...
    >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.

    ..


    Comment

    Working...