Skip to content

Commit a9420d9

Browse files
committed
Added screen shots per PM request. Also more links.
1 parent 580bafd commit a9420d9

8 files changed

Lines changed: 19 additions & 1 deletion

File tree

13.4 KB
Loading
24.9 KB
Loading
81.8 KB
Loading
30.1 KB
Loading
31.6 KB
Loading

docs/integration-services/lift-shift/ssis-azure-connect-to-catalog-database.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,21 @@ Before you start, make sure you have version 17.2 or later of SQL Server Managem
5050
| **Login** | The server admin account | This is the account that you specified when you created the server. |
5151
| **Password** | The password for your server admin account | This is the password that you specified when you created the server. |
5252

53+
![Connect to the server with SSMS](media/ssis-azure-connect-to-catalog-database/ssisdb-connect-1.png)
54+
5355
3. **Connect to the SSISDB database**. Select **Options** to expand the **Connect to Server** dialog box. In the expanded **Connect to Server** dialog box, select the **Connection Properties** tab. In the **Connect to database** field, select or enter `SSISDB`.
5456

5557
> [!IMPORTANT]
5658
> If you don't select `SSISDB` when you connect, you may not see the SSIS Catalog in Object Explorer.
5759
60+
![Select the SSISDB database for the connection](media/ssis-azure-connect-to-catalog-database/ssisdb-connect-2.png)
61+
5862
4. Then select **Connect**.
5963

6064
5. In Object Explorer, expand **Integration Services Catalogs** and then expand **SSISDB** to view the objects in the SSIS Catalog database.
6165

66+
![Find the SSISDB database in Object Explorer in SSMS](media/ssis-azure-connect-to-catalog-database/ssisdb-connect-3.png)
67+
6268
## Next steps
6369
- Deploy a package. For more info, see [Deploy an SSIS project with SQL Server Management Studio (SSMS)](../ssis-quickstart-deploy-ssms.md).
6470
- Run a package. For more info, see [Run an SSIS package with SQL Server Management Studio (SSMS)](../ssis-quickstart-run-ssms.md).

docs/integration-services/lift-shift/ssis-azure-deploy-run-monitor-tutorial.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ Also make sure that you have set up the SSISDB database and provisioned the Azur
2626

2727
## Connect to the SSISDB database
2828

29-
Use SQL Server Management Studio to connect to the SSIS Catalog on your Azure SQL Database server. For more info, see [Connect to the SSISDB Catalog database on Azure](ssis-azure-connect-to-catalog-database.md).
29+
Use SQL Server Management Studio to connect to the SSIS Catalog on your Azure SQL Database server. For more info and screenshots, see [Connect to the SSISDB Catalog database on Azure](ssis-azure-connect-to-catalog-database.md).
30+
31+
Here are the two most important things to remember. These steps are described in the following procedure.
32+
- Enter the fully-qualified name of the Azure SQL Database server in the format **mysqldbserver.database.windows.net**.
33+
- Select `SSISDB` as the database for the connection.
3034

3135
> [!IMPORTANT]
3236
> An Azure SQL Database server listens on port 1433. If you are attempting to connect to an Azure SQL Database server from within a corporate firewall, this port must be open in the corporate firewall for you to connect successfully.
@@ -51,13 +55,19 @@ Use SQL Server Management Studio to connect to the SSIS Catalog on your Azure SQ
5155

5256
## Deploy a project with the Deployment Wizard
5357

58+
To learn more about deploying packages and about the Deployment Wizard, see [Deploy Integration Services (SSIS) Projects and Packages](../packages/deploy-integration-services-ssis-projects-and-packages.md) and [Integration Services Deployment Wizard](../packages/deploy-integration-services-ssis-projects-and-packages.md#integration-services-deployment-wizard).
59+
5460
### Start the Integration Services Deployment Wizard
5561
1. In Object Explorer in SSMS, with the **Integration Services Catalogs** node and the **SSISDB** node expanded, expand a project folder.
5662

5763
2. Select the **Projects** node.
5864

5965
3. Right-click on the **Projects** node and select **Deploy project**. The Integration Services Deployment Wizard opens. You can deploy a project from an SSIS Catalog database or from the file system.
6066

67+
![Deploy a project from SSMS](media/ssis-azure-deploy-run-monitor-tutorial/ssisdb-deploy-project1.png)
68+
69+
![The SSIS Deployment Wizard dialog box opens](media/ssis-azure-deploy-run-monitor-tutorial/ssisdb-deploy-project2.png)
70+
6171
### Deploy a project with the Deployment Wizard
6272
1. On the **Introduction** page of the Deployment Wizard, review the introduction. Select **Next** to open the **Select Source** page.
6373

docs/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ To deploy projects and run packages on SQL Database, you can use one of several
8787
- PowerShell
8888
- C# and the SSIS management object model
8989

90+
To get started, see [Deploy, run, and monitor an SSIS package on Azure](ssis-azure-deploy-run-monitor-tutorial.md).
91+
9092
### Monitor packages
9193
To monitor running packages in SSMS, you can use one of the following reporting tools in SSMS.
9294
- Right-click **SSISDB**, and then select **Active Operations** to open the **Active Operations** dialog box.

0 commit comments

Comments
 (0)