Aracılığıyla paylaş


sp_addqueued_artinfo (Transact-SQL)

Önemli notÖnemli

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 anında güncelleme ile kuyruğa alınmış güncelleştirme yerine çalışma olarak) makale abonelik bilgileri izlemek için kullanılan abone adresindeki.Bu saklı yordam, abonelik veritabanı abone adresindeki yürütülür.

Konu bağlantısı simgesiTransact-sql sözdizimi kuralları

Sözdizimi

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 (başarısız)

Açıklamalar

sp_addqueued_artinfo , abonelik başlatma işleminin 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ının el ile ayarlamanız gerekiyorsa yararlı olabilir bir abonelik.

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ü olabilir yürütmek sp_addqueued_artinfo.