Transfer işleri görev Düzenleyicisi (işleri sayfa)
Use the Jobs page of the Transfer Jobs Task Editor dialog box to specify properties for copying one or more SQL Server Agent jobs from one instance of SQL Server to another.Işleri aktarma görev hakkında daha fazla bilgi için bkz: Iş görev Aktar.
Not
To access jobs on the source server, users must be a member of at least the SQLAgentUserRole fixed database role on the server.To successfully create jobs on the destination server, the user must be a member of the sysadmin fixed server role or one of the SQL Server Agent fixed database roles.Daha fazla bilgi için SQL Server Veritabanı rolleri ve izinleri, kendi sabit aracı Bkz: SQL Server Agent Database Roles sabit.
Seçenekler
KaynakBağlantı
Listeden bir SMO Bağlantı Yöneticisi'ni seçin veya tıklatın <Yeni bağlantı... > Kaynak sunucu yeni bir bağlantı oluşturmak için .DestinationConnection
Listeden bir SMO Bağlantı Yöneticisi'ni seçin veya tıklatın <Yeni bağlantı... > Hedef sunucu yeni bir bağlantı oluşturmak için .TransferAllJobs
Select whether the task should copy all or only the specified SQL Server Agent jobs from the source to the destination server.Bu özellik aşağıdaki seçenekleri olan tablo:
Değer
Açıklama
True
Copy all jobs.
False
Copy only the specified jobs.
JobsList
Click the browse button (…) to select the jobs to copy.At least one job must be selected.Not
Specify the SourceConnection before selecting jobs to copy.
The JobsList option is unavailable when TransferAllJobs is set to True.
IfObjectExists
Select how the task should handle jobs of the same name that already exist on the destination server.Bu özellik aşağıdaki seçenekleri olan tablo:
Değer
Açıklama
FailTask
Task fails if jobs of the same name already exist on the destination server.
Üzerine yaz
Task overwrites jobs of the same name on the destination server.
Atla
Task skips jobs of the same name that exist on the destination server.
EnableJobsAtDestination
Select whether the jobs copied to the destination server should be enabled.Bu özellik aşağıdaki seçenekleri olan tablo:
Değer
Açıklama
True
Enable jobs on destination server.
False
Disable jobs on destination server.