设置并查看数据库的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审计的结果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 \serverNameAuditHIPPA_AUDIT.sqlaudit
SELECT * FROM sys.fn_get_audit_file ('C:Program FilesMicrosoft SQL ServerMSSQL10.SQLEXPRESSMSSQLDATAudittrace20130216145422.trc',default,default);
GO
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号