The error log shows who logs on, backups etc .. but doesn't show when a table is created in a database or when a table is deleted. How do I track this in SQL 2000 Server ?
No such system table will return you a action taken against one table.But you can trap with SQL Profiler(filtered by T-SQL Statement), but I think it's too over-headed to do so.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.