Sybase SQL Remote DC38133-01-0902-01 User Manual

Page of 485
sp_create_publication procedure
Purpose
To create a publication.
Syntax
sp_create_publication publication_name
Argument
Description
publication_name
The name of the publication
See also
Description
Running sp_create_publication creates a publication, but one with no
content. Once the publication is created, you must add articles to it using the
and the
Example
The following statement creates a publication named SalesRepData:
sp_create_publication ’SalesRepData’
go
386