- 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.

推薦閱讀
- The Modern C++ Challenge
- Mastering Spring MVC 4
- Flink SQL與DataStream入門、進階與實戰
- Python網絡爬蟲從入門到實踐(第2版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- Visual Basic程序設計實驗指導(第4版)
- Android系統級深入開發
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Procedural Content Generation for C++ Game Development
- 編寫高質量代碼:改善Objective-C程序的61個建議
- C編程技巧:117個問題解決方案示例
- Python商務數據分析(微課版)
- 深入分析GCC
- 微前端設計與實現
- Python無監督學習