Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.53 KB

File metadata and controls

57 lines (43 loc) · 2.53 KB
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
sp_startpublication_snapshot
sp_startpublication_snapshot_TSQL
helpviewer_keywords
sp_startpublication_snapshot
ms.assetid 2cf568ee-0679-4d19-a394-27210bff61e5
author stevestein
ms.author sstein

sp_startpublication_snapshot (Transact-SQL)

[!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.

Topic link icon Transact-SQL Syntax Conventions

Syntax

  
sp_startpublication_snapshot [ @publication = ] 'publication'   
    [ , [ @publisher = ] 'publisher' ]  

Arguments

[ @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.

Return Code Values

0 (success) or 1 (failure)

Remarks

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.

Permissions

Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_startpublication_snapshot.

See Also

Create and Apply the Initial Snapshot
sp_addpublication_snapshot (Transact-SQL)
sp_changepublication_snapshot (Transact-SQL)