sp_addqueued_artinfo (Transact-SQL)
Important
|
|---|
|
The sp_script_synctran_commands procedure should be used instead of sp_addqueued_artinfo. sp_script_synctran_commands generates a script that contains the sp_addqueued_artinfo and sp_addsynctrigger calls. |
Creates the MSsubscription_articles table at the Subscriber that is used to track article subscription information (Queued Updating and Immediate Updating with Queued Updating as Failover). This stored procedure is executed at the Subscriber on the subscription database.
sp_addqueued_artinfo is used by the Distribution Agent as part of subscription initialization. This stored procedure is not commonly run by users, but may be useful if the user needs to manually set up a subscription.
sp_script_synctran_commands instead of sp_addqueued_artinfo.
Important