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
Observe the built-in object_name(@@procid) function which returns the Stored Procedure name
OUTPUT
Did you like this post?
|
|
|
||
|
|
|
|
|
|
|
subscribe via rss |
|
subscribe via e-mail |
|
|
print this post |
|
follow me on twitter |




comments
0 Responses to "Get the Current Stored Procedure Name in SQL Server"Post a Comment