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

Can a table be moved to different filegroup?

560


What is SQL Azure Fabric?

92


what is the system function to get current user's user id? : Sql server database administration

541


Define right outer join?

540


What are the disadvantages of indexes?

521






What is dbcc?

725


What is statement level trigger?

533


What are binary string data types in ms sql server?

645


What is explicit mode in sql server?

522


List out the difference between union and union all in sql server?

511


How to add a new column to an existing table with "alter table ... Add" in ms sql server?

564


Explain the commands in sql server?

537


Explain primary key?

533


What is the purpose of the master database?

598


How to see the event list of an existing trigger using sys.trigger_events?

561