I am attempting to update most of my SQL Server tables and trying to figure out the best way to do this. I understand the trigger might be the best option but would that work with say, for example, 1000+ tables?
My aim/goal is to have data load into the tables with the current processes. At the moment those columns do not exist and do not have any data to tell you 1) last time it was updated with new data 2) who was the modified user.
I would like to add this information and just thought I ask what would be the best recommended way to go about this.
Thank You