Skip to content

Commit 6505e38

Browse files
committed
address comments
1 parent 7409576 commit 6505e38

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/data-factory/how-to-migrate-ssis-job-ssms.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 4/7/2020
1515
---
1616
# Migrate on-premises SSIS jobs to Azure Data Factory
1717

18-
When [migrating on-premises SQL Server Integration Services (SSIS) workloads to SSIS in ADF](scenario-ssis-migration-overview.md), after SSIS packages are migrated, you can do batch migration of SQL Server Agent jobs with job step type of SQL Server Integration Services Package or Transact-SQL Script (T-SQL) to Azure Data Factory (ADF) pipelines/activities/schedule triggers via SQL Server Management Studio (SSMS) **SSIS Job Migration Wizard**.
18+
When [migrating on-premises SQL Server Integration Services (SSIS) workloads to SSIS in ADF](scenario-ssis-migration-overview.md), after SSIS packages are migrated, you can do batch migration of SQL Server Agent jobs with job step type of SQL Server Integration Services Package to Azure Data Factory (ADF) pipelines/activities/schedule triggers via SQL Server Management Studio (SSMS) **SSIS Job Migration Wizard**.
1919

2020
In general, for selected SQL agent jobs with applicable job step types, **SSIS Job Migration Wizard** can:
2121

@@ -28,7 +28,6 @@ In general, for selected SQL agent jobs with applicable job step types, **SSIS J
2828
|---------|---------|---------|
2929
|SQL Agent job|pipeline |Name of the pipeline will be *Generated for \<job name>*. <br> <br> Built-in agent jobs are not applicable: <li> SSIS Server Maintenance Job <li> syspolicy_purge_history <li> collection_set_* <li> mdw_purge_data_* <li> sysutility_*|
3030
|SSIS job step|Execute SSIS package activity|<li> Name of the activity will be \<step name>. <li> Proxy account used in job step will be migrated as Windows authentication of this activity. <li> *Execution options* except *Use 32-bit runtime* defined in job step will be ignored in migration. <li> *Verification* defined in job step will be ignored in migration.|
31-
|T-SQL job step|Stored Procedure activity|Name of the activity will be *\<step name>*.|
3231
|schedule |schedule trigger |Name of the schedule trigger will be *Generated for \<schedule name>*. <br> <br> Below options in SQL Agent job schedule will be ignored in migration: <li> Second-level interval. <li> *Start automatically when SQL Server Agent starts* <li> *Start whenever the CPUs become idle* <li> *weekday* and *weekend day* <time zone> <br> Below are the differences after SQL Agent job schedule is migrated to ADF schedule trigger: <li> ADF Schedule Trigger subsequent run is independent of the execution state of the antecedent triggered run. <li> ADF Schedule Trigger recurrence configuration differs from Daily frequency in SQL agent job.|
3332

3433
- generate Azure Resource Manager (ARM) templates in local output folder, and deploy to data factory directly or later manually. For more information about ADF Resource Manager templates, see [Microsoft.DataFactory resource types](https://docs.microsoft.com/azure/templates/microso.ft.datafactory/allversions).
@@ -64,9 +63,11 @@ The feature described in this article requires SQL Server Management Studio vers
6463
For more information of other properties, see *Settings tab* for the [Execute SSIS Package activity](how-to-invoke-ssis-package-ssis-activity.md) when package location is *File System (Package)*.
6564
![step3-2](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step3-2.png)
6665

67-
1. Select the output path for the ARM templates of the migrated ADF pipelines, and option of **Deploy ARM templates to your data factory**:
68-
- Default is unselected. You can deploy generated ARM templates later manually.
69-
- Select to deploy generated ARM templates to data factory directly.
66+
1. Generate and deploy ARM template.
67+
- Select or input the output path for the ARM templates of the migrated ADF pipelines. Folder will be created automatically if not exists.
68+
- Select the option of **Deploy ARM templates to your data factory**:
69+
- Default is unselected. You can deploy generated ARM templates later manually.
70+
- Select to deploy generated ARM templates to data factory directly.
7071
![step4](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step4.png)
7172

7273
1. Migrate, then check results.
21.9 KB
Loading

0 commit comments

Comments
 (0)