Table change event
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hey all, Is there a way to know when table changed and who changed it? is there a default table that logs those kinds of changes in MSSQL 2000? Thanks RoyRose.
Nope, unless you've enabled it. Article here talks about it.[^] If it's just one table, then you can implement it yourself using triggers etc... Googling for "sql server audit trigger" provides a load of methods. ChrisB