Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Finding Who Deleted A Row in SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-10 : 12:44:54
Veronica writes "How do I determine who deleted a row in SQL Server 2000. I view the logs, but they're not telling me much. Is there a system table that holds this info in SQL Server 2000?"

nr
SQLTeam MVY

12543 Posts

Posted - 2002-03-10 : 13:15:25
Nope.
You will have to write an audit trail trigger or use the profiler to log the changes.

==========================================
Cursors are useful if you don't know sql.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -