July 14, 2008 at 10:43 am
Is it possible to exclude Local Admins from getting admin access to a SSAS 2005 instance, the same way it is done with the BuiltIn/Administrators group in the SQL Server database engine?
Is seems this kind of access is hardwired in the SSAS 2005 security framework, which makes it virtually impossible to prevent SSAS access to members of the Local Admins group!
I want to have full control on who to grant admin access on the SSAS instance.
I don't know what MS was thinking here...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
July 14, 2008 at 9:30 pm
I really don't understand your question but if you want to exclude anybody in SSAS you can do with DENY permissions because SSAS service permissions are more granular than relational engine permissions. There is a new project at Codeplex that can give you more flexibility and no I have not used it.
http://msdn.microsoft.com/en-us/library/ms174786.aspx
Kind regards,
Gift Peddie
July 15, 2008 at 7:33 am
Gift Peddie (7/14/2008)
I really don't understand your question but if you want to exclude anybody in SSAS you can do with DENY permissions because SSAS service permissions are more granular than relational engine permissions. There is a new project at Codeplex that can give you more flexibility and no I have not used it.
Thanks for the response.
I know that Local Admins (members of the Local Admins Windows group) on the box on which SSAS is running have de facto admin access on the SSAS instance. I want to be able to remove that access. How does one apply those DENY permissions you are referring to? Can you provide a sample?
Thanks!
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
July 15, 2008 at 10:10 am
Hi,
I have very good news for you because your second post explains the problem in detail and it was not easy to find but Microsoft Isreal posted a one step solution here it is. Change the local Admins role in properties from true to false.
Kind regards,
Gift Peddie
July 15, 2008 at 10:27 am
Gift Peddie (7/15/2008)
Hi,I have very good news for you because your second post explains the problem in detail and it was not easy to find but Microsoft Isreal posted a one step solution here it is. Change the local Admins role in properties from true to false.
Thank you, that's great!
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply