Collection Contents Index sp_add_remote_table procedure sp_drop_publication procedure pdf/chap18.pdf

Data Replication with SQL Remote
   PART 4. Reference
     CHAPTER 18. 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

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 


Collection Contents Index sp_add_remote_table procedure sp_drop_publication procedure pdf/chap18.pdf