RE: How to create SQL Login audit log?
From: Sophie Guo [MSFT] (v-sguo_at_online.microsoft.com)
Date: 07/20/05
- Next message: kai: "Re: How to create SQL Login audit log?"
- Previous message: kai: "How to create SQL Login audit log?"
- In reply to: kai: "How to create SQL Login audit log?"
- Next in thread: kai: "Re: How to create SQL Login audit log?"
- Reply: kai: "Re: How to create SQL Login audit log?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Jul 2005 09:01:23 GMT
Hello,
SQL Profiler is a component of SQL Client Tools. Check if you have
installed SQL Client Tools on your server. By default, you can start SQL
Profiler by clicking Start > All Programs > Microsoft SQL Server >
Profiler.
To audit on successful login attempts or failed login attempts, you need to
select the option "Audit level: success" or "Audit level: failure" or
"Audit level: All" in the SQL Server Properties (Security Tab). You can
refer to the following information in the "SQL Server Properties (Security
Tab)" topic in SQL server Books Online(BOL):
----------------------------------
All
Audit on both successful and failed login attempts. You can record
attempted user accesses as well as other SQL Server log information, and
enable auditing for both security modes, and you can record information on
both trusted and nontrusted connections. Log records for these events
appear in the Windows application log, the SQL Server error log, or both,
depending on how you configure logging for your SQL Server.
If you select this option, you must stop and restart the server to enable
auditing.
----------------------------------
For more information, refer to the "SQL Server Properties (Security Tab)"
topic in BOL.
I hope the information is helpful.
Sophie Guo
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: kai: "Re: How to create SQL Login audit log?"
- Previous message: kai: "How to create SQL Login audit log?"
- In reply to: kai: "How to create SQL Login audit log?"
- Next in thread: kai: "Re: How to create SQL Login audit log?"
- Reply: kai: "Re: How to create SQL Login audit log?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|