| title | sp_startpublication_snapshot (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/14/2017 | ||
| ms.prod | sql | ||
| ms.prod_service | database-engine | ||
| ms.reviewer | |||
| ms.technology | replication | ||
| ms.topic | language-reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 2cf568ee-0679-4d19-a394-27210bff61e5 | ||
| author | stevestein | ||
| ms.author | sstein |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]
Used to start the Snapshot Agent job that generates the initial snapshot for a publication. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL Syntax Conventions
sp_startpublication_snapshot [ @publication = ] 'publication'
[ , [ @publisher = ] 'publisher' ]
[ @publication = ] 'publication'
Is the name of the publication. publication is sysname, with no default.
[ @publisher = ] 'publisher'
Is the name of a non- [!INCLUDEssNoVersion] Publisher. publisher is sysname, with a default value of NULL. You should not specify this parameter for a [!INCLUDEssNoVersion] Publisher.
0 (success) or 1 (failure)
sp_startpublication_snapshot is used with all types of replication.
For a non- [!INCLUDEssNoVersion] Publisher, this stored procedure is executed at the Distributor on the distribution database.
Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_startpublication_snapshot.
Create and Apply the Initial Snapshot
sp_addpublication_snapshot (Transact-SQL)
sp_changepublication_snapshot (Transact-SQL)