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 the difference between value type and reference type?

557


What are distributed partitioned views?

627


What is the primary use of the model database?

626


If no size is defined while creating the database, what size will the database have?

550


What is the importance of three tier architecture?

617






Tell me what is the significance of null value and why should we avoid permitting null values?

554


What is the security model used in sql server 2005?

514


Write query to return all rows sql?

621


Tell me what is de-normalization and what are some of the examples of it?

571


Comment,Datatypes are unlimited

1632


How to provide column names in insert statements in ms sql server?

610


List all the types of user-defined functions?

526


What are data resources?

508


What is the index requirement in SQL Azure?

72


How to end a stored procedure properly in ms sql server?

550