sp_refreshsubscriptions (T-SQL)

Add subscriptions to new articles in a pull publication for all the existing Subscribers to the publication.

Syntax

sp_refreshsubscriptions [@publication =] 'publication'

Arguments
[@publication =] 'publication'
Is the publication to refresh subscriptions for. publication is sysname, with no default.
Return Code Values

0 (success) or 1 (failure)

Result Sets

None

Remarks

sp_refreshsubscriptions is used in snapshot, transactional, and merge replication.

sp_refreshsubscriptions is called by sp_addarticle for an immediate-updating publication.

Permissions

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

See Also
sp_addarticle System Stored Procedures

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.