[dbo].[GetUpgradeItems]
(local)
>
ReportServer
>
Stored Procedures
> dbo.GetUpgradeItems
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]
.
[GetUpgradeItems]
AS
SELECT
[Item]
,
[Status]
FROM
[UpgradeInfo]
GO
GRANT
EXECUTE
ON
[dbo]
.
[GetUpgradeItems]
TO
[RSExecRole]
GO
Uses
[dbo].[UpgradeInfo]
dbo