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
Post a Comment