Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Steps to Debug a stored procedure of SQL server 2008 using Visual Studio 2010
WhatsApp
Shankey
14y
76.8k
0
0
100
Article
Perform all these steps on a machine with SQL server installed.
Window key + R and Write: compmgmt.msc
That will open the Computer Management Console; in the left pane expand tree view from system tools >> local users and groups >> groups. Double click "Administrators" which appears in the right pane, as shown below.
On double clicking Administrators the following dialog appears, in which you have to add the user name from where you are going to connect to the server using Visual Studio 2010 and want to debug. So to add a user click the add button as shown below.
After the Add... button is clicked the following dialog appears, in which you give user name and click ok as shown in the dialog box below.
Now switch to Visual Studio 2010 and open the "Server Explorer" and then click the "connect to database" button as shown below.
Fill all the information in the "Add connection" dialog. As shown below.
You can click the "Test connection" button to test the connection as shown below.
Expand the stored procedure folder under the SQL server name and double click the stored procedure that you want to debug (for example "addimg"). Now double clicking it will result in displaying the script of the stored procedure. Then put the breakpoint in your desired location in the script, as shown below.
Now right click the same stored procedure and select "Step into Stored procedure" from the context menu which appears on the right click as shown below.
The "Run stored procedure" dialog will appear in which you need to fill in all the input parameters which are declared when the stored procedure is created.
Bingo………….Success in debugging the stored procedure
.net
articles
C#
SQL server 2008
stored procedure
Visual studio
Visual Studio 2010
Up Next
Ebook Download
View all
Printing in C# Made Easy
Read by 22.4k people
Download Now!
Learn
View all
Membership not found