| title | sp_refreshsubscriptions (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/04/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | language-reference | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 6cb9b1ce-1ce7-43ab-9451-201f79ed1ffa | ||
| caps.latest.revision | 26 | ||
| author | BYHAM | ||
| ms.author | rickbyh | ||
| manager | jhubbard |
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]
Add subscriptions to new articles in a pull subscription for all the existing Subscribers to the publication. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL Syntax Conventions
sp_refreshsubscriptions [ @publication = ] 'publication'
[ @publication = ] 'publication'
Is the publication for which to refresh subscriptions. publication is sysname, with no default.
0 (success) or 1 (failure)
None
sp_refreshsubscriptions is used in snapshot, transactional, and merge replication.
sp_refreshsubscriptions is called by sp_addarticle for an immediate-updating publication.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_refreshsubscriptions.
sp_addarticle (Transact-SQL)
System Stored Procedures (Transact-SQL)