- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 125字
- 2021-07-02 20:41:28
Creating SSIS Catalog
This section will walk you through the various steps to create an SSIS Catalog in SSMS. As mentioned before, the SSIS Catalog contains information about the package components and their execution. As we will see later in the book, SSIS projects are deployed into this catalog. It can be easily queried for custom reports as well, allowing us to create SSIS executions using T-SQL. This is very useful for on-demand executions of SSIS packages.
SSIS versions prior to 2012 did not have these capabilities since the catalog appeared with 2012. It is still possible to bypass the deployment to an SSIS Catalog by using a special mode: the package deployment model. This is mostly used for backward compatibility with previous SSIS frameworks.
推薦閱讀
- Vue.js 3.x快速入門
- C++面向對象程序設計(第三版)
- x86匯編語言:從實模式到保護模式(第2版)
- Node.js全程實例
- HTML5+CSS3 Web前端開發技術(第2版)
- NGINX Cookbook
- 一本書講透Java線程:原理與實踐
- C專家編程
- Oracle數據庫編程經典300例
- Swift語言實戰晉級
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Java RESTful Web Service實戰
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Raspberry Pi Robotic Projects
- Socket.IO Cookbook