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_droppublisher(nvarchar @publisher, nvarchar @type)
MetaData:
create procedure sys.sp_droppublisher ( @publisher sysname, -- publisher server name -- @type nvarchar (5) = NULL -- NULL or 'dist' -- ) AS SET NOCOUNT ON RAISERROR (21023, 16, -1,'sp_droppublisher') RETURN(1)
No comments:
Post a Comment