tsql - How to track when a row was created/updated automatically in SQL Server? -


is there way automatically tell sql server tables should have timestamp insert , update?

that's lot of repetitive work this?

or there another/more efficient way transaction log?

carl

have @ autoaudit

this add columns table , create dml triggers manage columns maintain audit trail table

i've found useful

it's possible use ddl triggers attempt enforce table design issues. it's possible automate checking metadata design smells


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -