sys.sp_helppublication

general
#stored-procedure

Description

Returns information about a publication. For a SQL Server publication, execute this stored procedure at the Publisher on the publication database. For an Oracle publication, execute this stored procedure at the Distributor on any database.

Syntax

sys.sp_helppublication
[ [ @publication = ]
N
'publication'
]
[ , [ @found = ] found
OUTPUT
]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]