top of page
Writer's pictureMatt

Legacy Tables being updated. HOW!?!

I recently ran into a situation where an existing application was deprecated and replaced. The tables associated with this legacy application should have gone cold... but they didn't so it was my job to figure out how.


Full disclaimer, this is obviously not an end all method to track down rogue updates for a table, but it can be helpful. I created this simple script which looks at index stats for the table(s) in question and finds the most recent update time(which you can add a filter date for). Then we just find dependent stored procedures and triggers for the table(s) and display their last execution time.


The results give you a very good idea where to start looking with minimal effort.


-Matt



9 views0 comments

Recent Posts

See All

Getting time back... yes it is possible!

Unfortunately time travel is not yet possible, that we know of..... BUT there are often efficiencies to be gained by reviewing current...

Kommentare


bottom of page