Aracılığıyla paylaş


sp_post_msx_operation (Transact-SQL)

Operasyonlar (satırlar) ekler sysdownloadlist sistem tablo karşıdan yüklemek ve çalıştırmak, hedef sunucular için.

Topic link iconTransact-SQL sözdizimi kuralları

sp_post_msx_operation
     [ @operation = ] 'operation'
     [ , [ @object_type = ] 'object' ] 
     { , [ @job_id = ] job_id } 
          [ , [ @specific_target_server = ] 'target_server' ] 
     [ , [ @value = ] value ]
     [ , [ @schedule_uid = ] schedule_uid ]

Bağımsız değişkenler

  • [ @operation =] 'operation'
    The type of operation for the posted operation.operationis varchar(64), with no default.Sonra geçerli işlem bağlıdır. object_type.

    Nesne türü

    Işlem

    EKLEME

    GÜNCELLEŞTİRME

    SİLME

    BAŞLANGIÇ

    DURDUR

    SUNUCU

    re-enlist

    HATASI

    EŞİTLEME-CVE-2006-saat

    küme ANKET

    ZAMANLAMA

    EKLEME

    GÜNCELLEŞTİRME

    SİLME

  • [ @object_type =] 'object'
    Bir işlemi deftere nakletmek nesnenin türü.Valid types are JOB, SERVER, and SCHEDULE.object is varchar(64), with a default of JOB.

  • [ @job_id =] job_id
    The job identification number of the job to which the operation applies.job_id is uniqueidentifier, with no default.0x00 TÜM işleri gösterir.If object is SERVER, then job_idis not required.

  • [ @specific_target_server =] 'target_server'
    Belirtilen işlem geçerli olduğu için hedef sunucu adı.If job_id is specified, but target_server is not specified, the operations are posted for all job servers of the job.target_server is nvarchar(30), with a default of NULL.

  • [ @value =] value
    The polling interval, in seconds.value is int, with a default of NULL.Bu parametre yalnızca, belirtme operation olan küme ANKET.

  • [ @schedule_uid= ] schedule_uid
    The unique identifier for the schedule to which the operation applies.schedule_uid is uniqueidentifier, with no default.

Dönüş Kodu Değerleri

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

Sonuç Kümeleri

None

Remarks

sp_post_msx_operation çalıştırılmalıdır.msdb veritabanıdır.

sp_post_msx_operation can always be called safely because it first determines if the current server is a multiserver Microsoft SQL Server Agent and, if so, whether objectis a multiserver job.

Bir işlem deftere nakledildikten sonra görüntülenen sysdownloadlist tablo.Bir işi oluşturduktan ve deftere nakledilen sonra bu iş için sonraki değişiklikler de hedef sunuculara (TSX) iletildiğini gerekir.Bu karşıdan yükleme listesini kullanarak de gerçekleştirilir.

Yükleme listesi SQL Server Management Studio'yu kullanarak yönetilmesini önerilir.Daha fazla bilgi için bkz:Görüntüleme ve işleri değiştirme.

İzinler

Bu saklı yordamı çalıştırmak için , kullanıcılara verilmesi gereken sysadmin sabit sunucu rolü.