Is it possible to determine what method or code object executed SQL Query
I'm trying to determine if it's possible to trace a query listed on the Database Queries Window back to the calling method? I can see the servers the query was executed by but can't figure out how to trace back from there to determine what method/obj...