|
Comments
|
Todd Burrell on
10/8/2010
So is the story that in every stored procedure I develop, I could add the code to insert the runtime details into a logging table, and monitor how many times that stored procedure is called? If that is the case, then I definitely learned something new and plan on using it.
|
|
Jeff Benedict on
10/8/2010
Cool. Thanks.
|
|
|
This is an excellent suggestion! We do logging like what was described and proc name is usually included in the log record. This tip will be a perfect fit for that.
|
|
|
interesting
|
|
|
Yes, I’ve forgotten to change the logging proc name more times than I would like to admit to so yes, I immediately see the value. Simple but very useful. Thanks!
|
|
|
very useful tip
|
|
Juri Kirillov on
10/10/2010
Thanks, another piece of knowledge has learned :)
|
|
|
Excellent.
|
|
Logan Price on
10/10/2010
I saw someone do a really cool call stack using this technique. Here is the URL: http://www.thecodepage.com/post/TIP-A-Call-Stack-in-SQL-Server.aspx
|
|
|
more on trouble shooting! thanks
|
|
|
ok
|
|
|
Useful
|
|
|
Good one.
|
|
Andy Warren on
10/12/2010
Logan, that is an interesting technique. Curious as to how often it would get used?
|
|
James Millican on
10/28/2010
thanks for bringing this back into memory for me
|
|
|
A little slower on this would would be good
|