Click to See Complete Forum and Search --> : SQL Server Database Audit


RamziAbb
December 18th, 2003, 04:15 PM
In order to comply with audit requirements, I need to create some kind of database log for a SQL Server database. Basically I need a log of all things inserted, deleted, edited, read from the database. I was wondering if anyone is familiar with a 3rd party program that does something like this.

Thanks,
Ramzi

buser
December 19th, 2003, 01:34 AM
Log Explorer for SQL Server (http://www.lumigent.com )

buser
December 19th, 2003, 01:40 AM
???
SQL Server Notification Services (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlntsv/htm/ns_overarch_6mia.asp)

buser
December 19th, 2003, 02:41 AM
I forgot - Profiler :))))))