| title | sp_refreshsubscriptions (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/04/2017 | ||
| ms.prod | sql | ||
| ms.prod_service | database-engine | ||
| ms.reviewer | |||
| ms.technology | replication | ||
| ms.topic | language-reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 6cb9b1ce-1ce7-43ab-9451-201f79ed1ffa | ||
| author | stevestein | ||
| ms.author | sstein |
[!INCLUDEappliesto-ss-asdbmi-xxxx-xxx-md]
Add subscriptions to new articles for all the existing Subscribers to an immediate-updating 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)