Aracılığıyla paylaş


sp_addqueued_artinfo (Transact-SQL)

Important noteImportant Note:

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.

Oluşturur MSsubscription_articles tablo (kuyruğa alınmış güncelleştirme ve yerine çalışma olarak kuyruğa alınmış güncelleştirme ile güncelleştirme komut) makale abonelik bilgileri izlemek için kullanılan abone adresindeki.Bu saklı yordam, abonelik veritabanı abonelik sırasında yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları

sp_addqueued_artinfo [ @artid= ] 'artid'
        , [ @article= ] 'article'
        , [ @publisher = ] 'publisher'
        , [ @publisher_db = ] 'publisher_db'
        , [ @publication = ] 'publication'
        , [ @dest_table= ] 'dest_table'
        , [ @owner = ] 'owner'
        , [ @cft_table= ] 'cft_table'

Bağımsız değişkenler

  • [ @artid= ] 'artid'
    Is the name of the article ID.artid is int, with no default

  • [ @article=] 'article'
    Is the name of the article to be scripted.article is sysname, with no default

  • [ @publisher=] 'publisher'
    Is the name of the Publisher server.publisher is sysname, with no default.

  • [ @publisher_db=] 'publisher_db'
    Is the name of the Publisher database.publisher_db is sysname, with no default.

  • [ @publication=] 'publication'
    Is the name of the publication to be scripted.publication is sysname, with no default.

  • [ @dest_table= ] 'dest_table**'**
    Is the name of the destination table.dest_table is sysname, with no default.

  • [@owner = ] 'owner'
    Is the owner of the subscription.owner is sysname, with no default.

  • [ @cft_table= ] 'cft_table'
    Name of the queued updating conflict table for this article.cft_tableis sysname, with no default.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (hata)

Remarks

sp_addqueued_artinfo , abonelik başlatma bir parçası olarak Dağıtım Aracısı tarafından kullanılır.Bu saklı yordam kullanıcılar tarafından yaygın olarak çalışmaz, ancak kullanıcı el ile gerektiğinde yararlı olabilir küme abonelik yedeklenir.

In Microsoft SQL Server 2000, sp_addqueued_artinfo supported @columns, a required parameter.This parameter is no longer supported.sp_script_synctran_commands instead of sp_addqueued_artinfo.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü için yürütmek sp_addqueued_artinfo.