MSSQL 2008 – Tracking and Logging
So what is Auditing in SQL Server.. Auditing an instance of SQL Server or a SQL Server database involves tracking and logging events that occur on the system. Based on the information accumulated we would be able to track the changes to the database, access to the database etc. An audit is the combination of…