- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 232字
- 2021-07-02 20:41:31
Testing the custom logging level
This part of the recipe will guide you through the steps to execute our sample package on the server (the SSIS Catalog on the local machine). We will use the custom logging level that we created previously in the recipe.
- Open SSMS and expand the Integration Services Catalogs as shown in the following screenshot. Expand the CustomLogging folder and navigate to the package as shown in the following screenshot:

- When you expand the SSISDB catalog, you'll notice that there is a folder called CustomLogging; it has been created previously in this recipe when we deployed the SSIS project.

- Click on the dropdown list near the Logging level property and select Select customized logging level... as shown in the following screenshot:

- Make sure that our custom logging level, CustomLogging, is selected and click OK as shown in the following screenshot:

- Make sure that the Logging level property is set to Customized: CustomLogging and click on OK to close the window and start package execution as in the following screenshot.

- The following screen appears. Click on Yes to see the execution report.

- The execution report tells us that the package executed properly, as shown in the following screenshot:

- Click on New Query in SSMS and type the following query. Click on Execute or F5 to execute the query. You should see that the package read and inserted two rows.

推薦閱讀
- Kibana Essentials
- 算法零基礎一本通(Python版)
- 趣學Python算法100例
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 正則表達式經典實例(第2版)
- Unity 5 for Android Essentials
- Express Web Application Development
- 軟件測試實用教程
- Learning Docker Networking
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- JavaScript程序設計(第2版)
- Angular應用程序開發指南
- Shopify Application Development
- Laravel Design Patterns and Best Practices
- Yii2 By Example