The meta data is from an SQL 2012 Server.
I have posted alot more, find the whole list here.
Goto Definition or MetaData
Definition:
sys.sp_disableagentoffload(varbinary @job_id, nvarchar @offloadserver
, nvarchar @agent_type)
MetaData:
create procedure sys.sp_disableagentoffload ( @job_id VARBINARY(16), @offloadserver sysname = NULL, @agent_type sysname = NULL -- 'distribution' or 'merge', case insensitive ) AS SET NOCOUNT ON RAISERROR(21023, 16, -1, 'sp_disableagentoffload') RETURN (1)
No comments:
Post a Comment