[dbo].[GetAllConfigurationInfo]
(local)
>
ReportServer
>
Stored Procedures
> dbo.GetAllConfigurationInfo
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]
.
[GetAllConfigurationInfo]
AS
SELECT
[Name]
,
[Value]
FROM
[ConfigurationInfo]
GO
GRANT
EXECUTE
ON
[dbo]
.
[GetAllConfigurationInfo]
TO
[RSExecRole]
GO
Uses
[dbo].[ConfigurationInfo]
dbo