Hi All,
I am new to C# as well as to .Net environment. I need help in stepping through the stored procedure. I do not know how to go about doing this. Can someone please show me how to debug/step through a stored procedure.
Thanks
:wave:
Printable View
Hi All,
I am new to C# as well as to .Net environment. I need help in stepping through the stored procedure. I do not know how to go about doing this. Can someone please show me how to debug/step through a stored procedure.
Thanks
:wave:
Open the Server Explorer window. Expand it until you get to your Sp. Right click the SP. "Step into stored procedure"
Thank You :thumb: