You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: data-factory
5
5
documentationcenter: ''
6
6
ms.service: data-factory
@@ -11,20 +11,20 @@ author: lle
11
11
ms.date: 04/14/2020
12
12
---
13
13
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.
16
16
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.
18
18
19
19
## Prerequisites
20
20
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.
21
21
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.
23
23
24
24
## 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.
26
26
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.
28
28
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**.
29
29
30
30

@@ -34,7 +34,7 @@ In this procedure, you use Azure SQL Managed Instance Agent to invoke an SSIS pa
34
34

35
35
36
36
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.
38
38
1. Specify an SSIS package from SSISDB.
39
39
40
40

@@ -52,9 +52,9 @@ In this procedure, you use Azure SQL Managed Instance Agent to invoke an SSIS pa
52
52
53
53
54
54
## 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.
56
56
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.
58
58
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**.
59
59
60
60

@@ -94,7 +94,7 @@ In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS packa
94
94
95
95
96
96
## 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:
98
98
99
99
1. Find your SQL agent **jobId** from **msdb.dbo.sysjobs**.
100
100
1. Find the corresponding SSIS **executionId** based on the job ID, by using this query:
0 commit comments