Returns information about publications.
sp_helppub [info|empty]
sp_helppub {info|arts|unsub}, pub_name
The keyword that requests information for all publications or for the specified publication.
The keyword that requests information about all empty publications (publications with no articles) in all primary database connections.
The keyword that requests information about all primary articles in the specified publication.
The keyword that requests information about all primary articles in the specified publication, for which there are no subscribers.
The name of a publication.
sp_helppub
Returns information about all publications for all primary database connections.
Using sp_helppub with no
keyword is functionally identical to specifying only the info keyword.
sp_helppub info, pubdoc
Returns information about the publication pubdoc.
sp_helppub unsub, pubdoc
Returns information about all primary articles for which there are no subscribers in the publication pubdoc.
When listing information about publications, the following result set is returned:
When listing information about primary articles in publications, the following result set is returned:
When sp_helppub is invoked with no keyword, it returns information about all publications for all primary database connections.
When you invoke sp_helppub and specify the info keyword, the publication name (pub_name) is optional.
When you invoke sp_helppub and specify the empty keyword, you cannot specify a publication name (pub_name).
When you invoke sp_helppub and specify the arts or unsub keyword, the publication name (pub_name) is required.
When an error occurs, an error message is returned.
sp_helpprimaryart, sp_helpprimaryconn, sp_helpsub
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |