Hi
I was wondering if anyone new how to access the call stack information
via TSQL
I'm currently in the process of migrating an application from Oracle
to Sql Server 2005
There is a long running batch process where we currently catch the
error and collect the information of the call stack and allow the
procedure to keep running. This is a technique that allows easier
debuging should problems occure for customers.
Is there a way in sql server to get the information from the call
stack?
cheers
Michael
I was wondering if anyone new how to access the call stack information
via TSQL
I'm currently in the process of migrating an application from Oracle
to Sql Server 2005
There is a long running batch process where we currently catch the
error and collect the information of the call stack and allow the
procedure to keep running. This is a technique that allows easier
debuging should problems occure for customers.
Is there a way in sql server to get the information from the call
stack?
cheers
Michael
Comment