RE: Auditing in SQLServer
From: Lan Lewis-Bevan [MS] (lanlb@online.microsoft.com)
Date: 04/22/03
- Next message: news@news.com: "Re: SQL Server sa password"
- Previous message: SK Dutta: "Facing problems after installing the SP3.."
- In reply to: Kanthi: "Auditing in SQLServer"
- Next in thread: SriSamp: "Re: Auditing in SQLServer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: lanlb@online.microsoft.com (Lan Lewis-Bevan [MS]) Date: Tue, 22 Apr 2003 15:59:51 GMT
If you changed the SQL auditing level by
Enterprise Manager -> Server name -> Properties ->
Security -> Audit level -> Failure
All you did was calling the extended store procedure to change a registry
value to 2:
xp_instance_regwrite N'HKEY_LOCAL_MACHINE',
N'SOFTWARE\Microsoft\MSSQLServer\MSSQLServer',N'AuditLevel', REG_DWORD, 2
Other values:
0 --- None
1 --- Success
2 --- Failure
3 --- All
This should not affect your file sharing option. Besides, this change will
not take place until you restart your SQL server service. Did you find the
sharing option changes before or after you restarted your SQL service?
Regards,
Lan Lewis-Bevan
SQL Server Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
- Next message: news@news.com: "Re: SQL Server sa password"
- Previous message: SK Dutta: "Facing problems after installing the SP3.."
- In reply to: Kanthi: "Auditing in SQLServer"
- Next in thread: SriSamp: "Re: Auditing in SQLServer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|