設置并查看數據庫的C2審計的結果 無 EXEC sp_configure 'show advanced option', 1;EXEC sp_configure 'c2 audit mode', '1' RECONFIGURE;EXEC sp_configure 'c2 audit mode', '0' RECONFIGURE;EXEC sp_configure 'common criteria compliance enable',1;sele
設置并查看數據庫的C2審計的結果 <無> $velocityCount-->EXEC sp_configure 'show advanced option', 1; EXEC sp_configure 'c2 audit mode', '1' RECONFIGURE; EXEC sp_configure 'c2 audit mode', '0' RECONFIGURE; EXEC sp_configure 'common criteria compliance enable',1; select * from sys.traces -- Reads from a file that is named \\serverName\Audit\HIPPA_AUDIT.sqlaudit SELECT * FROM sys.fn_get_audit_file ('C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\audittrace20130216145422.trc',default,default); GO
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com