Debugging stored procedure in SQL Server 2008 Management Studio
Posted
by larryq
on Stack Overflow
See other posts from Stack Overflow
or by larryq
Published on 2010-03-22T22:45:26Z
Indexed on
2010/03/22
22:51 UTC
Read the original article
Hit count: 366
Hi everyone,
I have a stored proc I'd like to debug in the SQL Server 2008 management studio. I see a number of tutorials about doing this, but the ones I've seen don't have any input parameters going into the SP. My SP has several, and an output parameter as well.
Could someone show me how to do debug a stored procedure with parameters in SQL 2008? Thanks very much.
© Stack Overflow or respective owner