• subscribe
December 09, 2009 12:00 AM

Security Reporting for SQL Server Analysis Services

A flexible and easy-to-implement approach to keeping up with cube security changes
SQL Server Pro
InstantDoc ID #103267
Downloads
103267.zip

Listing 2: xp_enumgroups Stored Procedure Used to Extract Local Group Membership

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [AMOSecurityUDM].[bAMOSecurityDefinition](
	[role] [varchar](50) NULL,
	[CubeDatabase] [varchar](50) NULL,
	[Cube] [varchar](50) NULL,
	[CubeAccessCode] [varchar](50) NULL,
	[RoleMember] [varchar](50) NULL
)


ARTICLE TOOLS

Comments
  • blazejczak
    1 year ago
    Feb 27, 2011

    Hi, a remark,
    In the 103267.zip is only the "Load_CubeSecurity" solution. None "CubeSecurity_AnalysisServicesCube" is available for download in the 103267.zip
    All the "Listing 2" links are not links to the listings.
    Regards,

You must log on before posting a comment.

Are you a new visitor? Register Here