News

Still, SQL Server 2000 does conform with the C2-level auditing required by certain government users. Let’s take a quick look at the evolution of SQL Server auditing, then dive into its capabilities.
Real-Time Audit Logging System in SQL Server Implementing a real-time audit logging system in SQL Server involves capturing changes made to critical tables, such as Employees and Salaries, and ...
To view a SQL Server audit log In Object Explorer, expand the Security folder. Expand the Audits folder. Right-click the audit log that you want to view and select View Audit Logs. This opens the Log ...
1 SQL Server Audit SQL Server Audit is a feature that allows DBAs to create and manage audit objects that capture and store database events in log files or the Windows Security log.
SQL Server 2008 has some great new features. One of them is the new auditing capability. Now we can audit at the server, database and table level according to specifications provided by the DBA.
BANGALORE, INDIA: Developers and DBAs using Microsoft SQL Server always look for ways to log events of interest to them as they occur on the server. SQL Server '08 fulfills this need with the ...
There are two unique events generated based on how a database is created. If using PowerShell or Portal, that event is logged in the Azure Activity logs. If using SSMS, one must first enable ...
Audit logs are not really practical for security auditing but can be invaluable in troubleshooting DHCP server-related issues. In this article, Brien Posey discusses the anatomy of a DHCP server ...