manikandan-1115962
Old Hand
Points: 350
More actions
October 25, 2009 at 11:16 pm
#212884
how to Debug Stored Procedure in ms sql server 2008
peterhe
SSChampion
Points: 11469
October 27, 2009 at 8:44 am
#1071255
first edit your execute statement, e.g.:
exec yourSP @Parm1='V1',@Parm2='v2'
then click the green arrow button or debug->start debugging menu, the press F11 to step into the SP.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply