|
|
|
|
| Re: log of a stored procedure [message #564675 is a reply to message #564670] |
Mon, 27 August 2012 08:14   |
 |
dariyoosh
Messages: 538 Registered: March 2009 Location: France
|
Senior Member |
|
|
[quote title=dariyoosh wrote on Mon, 27 August 2012 15:12]primer2020 wrote on Mon, 27 August 2012 14:49Good morning guys,
How can I view the log of a stored procedure after it is called by an application?
Thank you
It depends on how your procedure provides log information (if it provides any), I mean, for example updating a log table upon its execution or updating a log file.
[Updated on: Mon, 27 August 2012 08:18] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: log of a stored procedure [message #564681 is a reply to message #564680] |
Mon, 27 August 2012 09:48  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>How can I view the log of a stored procedure after it is called by an application?
If the procedure does NOT explicitly write to its own log file, there is nothing to view.
|
|
|
|