Contents Index sp_add_remote_table procedure sp_drop_publication procedure

SQL Remote User's Guide
  Command Reference for Adaptive Server Enterprise

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 

sp_drop_publication procedure

CREATE PUBLICATION statement

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 sp_add_remote_table procedure and the sp_add_article procedure.

Example 

Contents Index sp_add_remote_table procedure sp_drop_publication procedure