I have a temp table that is affected by various Stored procedures and wanted to know what the latest SP that affected the table and when.
There is some internal log or query that can bring me an approximate result in SQL server?
Ex:
Here Temporary_summ
is my table and below is the format i am expecting..
tablename spname lastaccessedtime
temporary_summ --- sp_math_cal --------- 2016-05-30 12:05:22
temporary_summ --- sp_weather_calc ---- 2016-05-30 12:06:34