How to Debug a Stored Procedure?

Answer Posted / sivakumar

Steps for debugging stored procedure is given below
1.Open the Microsoft visual Studio
2.Select Server Explorer
3.Add Server
4.Select Database Where Procedure is located
5.Select Procedure for debug
6.Right click and select Step into stored procedure
7.Pass Parameter to that procedure
8.Then Do debug.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is create database syntax? : Sql server database administration

799


How do I find the size of a sql server database?

654


Explain sql server authentication modes?

790


Explain what is lock escalation?

769


What are the properties of sub-query?

785






What is a result set object returned by mssql_query()?

741


How to get @@error and @@rowcount at the same time?

775


How to delete an existing database user?

741


How to define and use table alias names in ms sql server?

748


Explain what you mean by 3 tier architecture.

805


What is sub-query in sql server?

883


Can we use trigger new in before insert?

684


Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.

705


What is a group function explain with an example?

720


What are sub reports and how to create them?

113