2
Answers

How to debug a stored procedure in sql server 2008

Photo of Rajarajan

Rajarajan

10y
631
1
I newly joined as a Trainee.. Can anybody help me?.. how to solve issues that raises in stored procedure.  Any methods or techniques to find the bugs in a stored procedure..

Answers (2)

0
Photo of Joginder Banger
NA 10k 490.8k 10y
first of all make a store procedure well format. if you want debug the store procedure then just select the store procedure like this way.


create proc procedureName
()
as 
begin


end


if you want debug any store procedure select the procedureName and press the CTRL+F5. your studio convert to in debug. 
0
Photo of Manish Kumar Choudhary
NA 14.3k 2.2m 10y