[dbo].[GetModelDefinition]
(local)
>
ReportServer
>
Stored Procedures
> dbo.GetModelDefinition
Properties
Parameters
Permissions
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@CatalogItemID
uniqueidentifier
16
Permissions
Type
Action
Owning Principal
Grant
Execute
RSExecRole
SQL Script
CREATE
PROCEDURE
[dbo]
.
[GetModelDefinition]
@CatalogItemID
as
uniqueidentifier
AS
SELECT
C.
[Content]
FROM
[Catalog]
AS
C
WHERE
C.
[ItemID]
=
@CatalogItemID
GO
GRANT
EXECUTE
ON
[dbo]
.
[GetModelDefinition]
TO
[RSExecRole]
GO
Uses
[dbo].[Catalog]
dbo