Producing a Stored Procedure Stack Trace

  • Does anyone know of a way of producing a Stored Procedure stacktrace from within a stored procedure?

    Is it possible to do such a thing?

  • You could instrument all your procedures so that each logs a line to a table as it executes, spid and proc name (and maybe parameters too).

    Andy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply