| title | sp_refreshsubscriptions (Transact-SQL) | ||
|---|---|---|---|
| description | sp_refreshsubscriptions adds subscriptions to new articles for all the existing Subscribers to an immediate-updating publication. | ||
| author | markingmyname | ||
| ms.author | maghan | ||
| ms.reviewer | randolphwest | ||
| ms.date | 06/23/2025 | ||
| ms.service | sql | ||
| ms.subservice | replication | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| dev_langs |
|
[!INCLUDE SQL Server SQL MI]
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.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sp_refreshsubscriptions
[ @publication = ] N'publication'
[ , [ @publisher = ] N'publisher' ]
[ ; ]
Specifies the publication for which to refresh subscriptions. @publication is sysname, with no default.
[!INCLUDE ssinternalonly-md]
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.