October 14, 2008 at 3:06 am
Hello to all,
Is it possible to know the name of the sp that is being executed?
I'm trying this in Sql Server 2000
Thanks
October 14, 2008 at 3:09 am
SELECT OBJECT_NAME(@@PROCID)
____________________________________________________
Deja View - The strange feeling that somewhere, sometime you've optimised this query before
How to get the best help on a forum
http://www.sqlservercentral.com/articles/Best+Practices/61537October 14, 2008 at 3:09 am
dbcc inputbuffer(spid)
October 14, 2008 at 3:13 am
you can find with sp_who2, try it once.
October 14, 2008 at 3:13 am
Thanks Mark for u quick answer, help me a lot
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply