SQL Server 2008 R2 standard missing “Audits” folder in SSMS?

╄→尐↘猪︶ㄣ 提交于 2019-12-22 10:16:39

问题


I will pre-cursor this with the fact that I am NOT a DBA!

I am trying to set up auditing on an SQL Server 2008 R2 Standard edition, but the Audits folder is missing from the Security section.

Is this a version issue associated with the "fine-grained auditing" that is only in the Enterprise and DataCenter editions?

Any help is greatly appreciated!


回答1:


According to Features Supported by the Editions of SQL Server 2008 R2 auditing is only available in 2008 / 2008 R2 Enterprise / Datacenter.

According to Features Supported by the Editions of SQL Server 2012 auditing has been split up in SQL Server 2012, so that basic auditing is now offered in Standard Edition.

So what you're seeing is expected: prior to SQL Server 2012, auditing was an Enterprise-only feature (outside of C2/CCC, which is just sp_configure stuff that is not exposed in Object Explorer).



来源:https://stackoverflow.com/questions/11145967/sql-server-2008-r2-standard-missing-audits-folder-in-ssms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!