Skip to content

Commit 5b9b86c

Browse files
committed
edit pass: how-to-invoke-ssis-package-managed-instance-agent
1 parent 0383484 commit 5b9b86c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Run SSIS packages by using Azure SQL Managed Instance Agent
3-
description: Learn how to run SSIS packages by using Azure SQL Managed Instance Agent.
2+
title: Run SSIS packages by using Azure SQL Database Managed Instance Agent
3+
description: Learn how to run SSIS packages by using Azure SQL Database Managed Instance Agent.
44
services: data-factory
55
documentationcenter: ''
66
ms.service: data-factory
@@ -11,20 +11,20 @@ author: lle
1111
ms.date: 04/14/2020
1212
---
1313

14-
# Run SSIS packages by using Azure SQL Managed Instance Agent
15-
This article describes how to run a SQL Server Integration Services (SSIS) package by using Azure SQL Managed Instance Agent. This feature provides behaviors that are similar to when you schedule SSIS packages by using SQL Server Agent in your on-premises environment.
14+
# Run SSIS packages by using Azure SQL Database Managed Instance Agent
15+
This article describes how to run a SQL Server Integration Services (SSIS) package by using Azure SQL Database Managed Instance Agent. This feature provides behaviors that are similar to when you schedule SSIS packages by using SQL Server Agent in your on-premises environment.
1616

17-
With this feature, you can run SSIS packages that are stored in SSISDB in Azure SQL Managed Instance or a file system like Azure Files.
17+
With this feature, you can run SSIS packages that are stored in SSISDB in an Azure SQL Database managed instance or a file system like Azure Files.
1818

1919
## Prerequisites
2020
To use this feature, [download](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) and install the latest version of SQL Server Management Studio (SSMS), which is version 18.5.
2121

22-
You also need to [provision an Azure-SSIS integration runtime](tutorial-create-azure-ssis-runtime-portal.md) in Azure Data Factory. It uses Azure SQL Managed Instance as an endpoint server.
22+
You also need to [provision an Azure-SSIS integration runtime](tutorial-create-azure-ssis-runtime-portal.md) in Azure Data Factory. It uses an Azure SQL Database managed instance as an endpoint server.
2323

2424
## Run an SSIS package in SSISDB
25-
In this procedure, you use Azure SQL Managed Instance Agent to invoke an SSIS package that's stored in SSISDB.
25+
In this procedure, you use Azure SQL Database Managed Instance Agent to invoke an SSIS package that's stored in SSISDB.
2626

27-
1. In the latest version of SSMS, connect to Azure SQL Managed Instance.
27+
1. In the latest version of SSMS, connect to an Azure SQL Database managed instance.
2828
1. Create a new agent job and a new job step. Under **SQL Server Agent**, right-click the **Jobs** folder, and then select **New Job**.
2929

3030
![Selections for creating a new agent job](./media/how-to-invoke-ssis-package-managed-instance-agent/new-agent-job.png)
@@ -34,7 +34,7 @@ In this procedure, you use Azure SQL Managed Instance Agent to invoke an SSIS pa
3434
![Selections for creating a new SSIS job step](./media/how-to-invoke-ssis-package-managed-instance-agent/new-ssis-job-step.png)
3535

3636
1. On the **Package** tab, select **SSIS Catalog** as the package source type.
37-
1. Because SSISDB is in Azure SQL Managed Instance, you don't need to specify authentication.
37+
1. Because SSISDB is in an Azure SQL Database managed instance, you don't need to specify authentication.
3838
1. Specify an SSIS package from SSISDB.
3939

4040
![Package tab with selections for the package source type](./media/how-to-invoke-ssis-package-managed-instance-agent/package-source-ssisdb.png)
@@ -52,9 +52,9 @@ In this procedure, you use Azure SQL Managed Instance Agent to invoke an SSIS pa
5252

5353

5454
## Run an SSIS package in the file system
55-
In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS package that's stored in the file system.
55+
In this procedure, you use Azure SQL Database Managed Instance Agent to run an SSIS package that's stored in the file system.
5656

57-
1. In the latest version of SSMS, connect to Azure SQL Managed Instance.
57+
1. In the latest version of SSMS, connect to an Azure SQL Database managed instance.
5858
1. Create a new agent job and a new job step. Under **SQL Server Agent**, right-click the **Jobs** folder, and then select **New Job**.
5959

6060
![Selections for creating a new agent job](./media/how-to-invoke-ssis-package-managed-instance-agent/new-agent-job.png)
@@ -94,7 +94,7 @@ In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS packa
9494

9595

9696
## Cancel SSIS package execution
97-
To cancel package execution from an Azure SQL Managed Instance Agent job, take the following steps instead of directly stopping the agent job:
97+
To cancel package execution from an Azure SQL Database Managed Instance Agent job, take the following steps instead of directly stopping the agent job:
9898

9999
1. Find your SQL agent **jobId** from **msdb.dbo.sysjobs**.
100100
1. Find the corresponding SSIS **executionId** based on the job ID, by using this query:

0 commit comments

Comments
 (0)