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_helppublicationsync(nvarchar @publication)MetaData:
create procedure sys.sp_helppublicationsync ( @publication sysname -- The publication name -- ) AS SET NOCOUNT ON RAISERROR (21023, 16, -1,'sp_helppublicationsync') RETURN(1)
No comments:
Post a Comment