Guys,
@@procid will allow a trigger to see the procid of a procedure...
select object_name(@@procid) will show you the name if the procid is in the same database.
How do you identify the dbid of the @@procid without access to monProcessProcedures (or any mda table) if the calling proc is in another database?
Cory