sys.sp_helppublication_snapshot

general
#stored-procedure

Description

Returns information on the Snapshot agent for a given publication. Execute this stored procedure at the Publisher on the publication database. Specifies a non-SQL Server publisher. when you add an article to a SQL Server Publisher.

Syntax

sys.sp_helppublication_snapshot
[ @publication = ]
N
'publication'
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]