USP_SMARTQUERY_GETSMARTQUERYSPEC
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@ID | uniqueidentifier | IN |
Definition
Copy
create procedure dbo.USP_SMARTQUERY_GETSMARTQUERYSPEC(@ID as uniqueidentifier)
as
select SMARTQUERYSPEC from dbo.SMARTQUERYCATALOG where ID = @ID