create procedure sys.sp_helppublicationsync ( @publication sysname /* The publication name */ ) AS SET NOCOUNT ON RAISERROR (21023, 16, -1,'sp_helppublicationsync') RETURN(1)