[dbo].[GetPolicyRoots]
(local)
>
ReportServer
>
Stored Procedures
> dbo.GetPolicyRoots
Properties
Permissions
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Permissions
Type
Action
Owning Principal
Grant
Execute
RSExecRole
SQL Script
CREATE
PROCEDURE
[dbo]
.
[GetPolicyRoots]
AS
SELECT
[Path]
,
[Type]
FROM
[Catalog]
WHERE
[PolicyRoot]
=
1
GO
GRANT
EXECUTE
ON
[dbo]
.
[GetPolicyRoots]
TO
[RSExecRole]
GO
Uses
[dbo].[Catalog]
dbo