Re: Any way to debug using SQL SP
From: Rick Sawtell (ricksawtell_at_hotmail.com)
Date: 09/01/04
- Next message: Craig: "Oracle Linked Servers"
- Previous message: Rick Sawtell: "Re: BCP with named pipes"
- In reply to: Rena: "Any way to debug using SQL SP"
- Next in thread: Rena: "Re: Any way to debug using SQL SP"
- Reply: Rena: "Re: Any way to debug using SQL SP"
- Reply: HappyHarry: "Re: Any way to debug using SQL SP"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Sep 2004 08:40:41 -0700
VS.NET does have a SQL Debugger in it.
>From the VS.NET Help file:
==========================
In Visual Studio, you can debug a stored procedure from Server Explorer or a
source window.
To debug a stored procedure from Server Explorer
1.. Establish a connection to a database using Server Explorer. For more
information, see Server Explorer Window.
2.. Expand the <database name> node.
3.. Expand the Stored Procedures node.
4.. Right-click the stored procedure you want to debug and choose Step
Into Stored Procedure from the shortcut menu.
To debug a stored procedure in the text editor
a.. In a source window, right-click the stored procedure and choose Step
Into Stored Procedure from the shortcut menu.
For more information, see Enabling SQL Debugging on SQL 2000 Desktop
Engines.
Visual Studio also enables you to debug extended stored procedures. However,
you cannot debug SQL statements that are executed outside of a stored
procedure.
Rick Sawtell
MCT, MCSD, MCDBA
- Next message: Craig: "Oracle Linked Servers"
- Previous message: Rick Sawtell: "Re: BCP with named pipes"
- In reply to: Rena: "Any way to debug using SQL SP"
- Next in thread: Rena: "Re: Any way to debug using SQL SP"
- Reply: Rena: "Re: Any way to debug using SQL SP"
- Reply: HappyHarry: "Re: Any way to debug using SQL SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|