Viewing 4 posts - 1 through 4 (of 4 total)
Hi, thanks for the replies. The purpose is to see which stored procs are still in use and perhaps get an indication of how busy they are, so we...
August 6, 2008 at 7:57 am
That's excellent, thanks.
You've got WAITFOR in there, is that just for illustration? Otherwise it could go in the catch block where you decrement the retry count presumably?
April 17, 2008 at 8:28 am
Thanks chaps.
Not sure how you'd tackle a deadlock. Can you retry within the same SP somehow?
No one's mentioned timestamps.
April 17, 2008 at 7:52 am
So you don't do a try - catch when only updating one table? What does your try-catch block look like when you do use one?
Also, do you use timestamps?
April 17, 2008 at 3:13 am
Viewing 4 posts - 1 through 4 (of 4 total)