SQL Server Admin
T-SQL Articles

November 26, 2010

Get the Current Stored Procedure Name in SQL Server




I see a lot of developers asking how to get the currently executing Stored Procedure name. This is probably for logging the stored procedures when they are executed.

Here’s a very simple way. I have added comments to explain the code

Current Stored Procedure

Observe the built-in object_name(@@procid) function which returns the Stored Procedure name

OUTPUT

Current Stored Procedure


Did you like this post?
kick it on DotNetKicks.com
subscribe via rss subscribe via e-mail
print this post follow me on twitter



 
  Feedback:

comments

0 Responses to "Get the Current Stored Procedure Name in SQL Server"
 

Copyright © 2009-2011 All Rights Reserved for SQLServerCurry.com by Suprotim Agarwal | Terms and Conditions