Hello everyone, I am going to share the process
to debug stored procedures. The steps as given bellows.
· Type to exec uspGetWhereUsedProductID(name of your
stored procedure).
· Put break point in your stored
procedure.
· The green debugger arrow ready for execute debug.
For more detail about debugging stored procedure
links