1SELECT2 object_name(st.objectid) as ProcName
3FROM4 sys.dm_exec_connections as qs
5CROSS APPLY sys.dm_exec_sql_text(qs.most_recent_sql_handle) st
6WHERE7 object_name(st.objectid) isnotnull8
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content