- 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.
推薦閱讀
- MySQL 8從入門到精通(視頻教學(xué)版)
- Interactive Data Visualization with Python
- 程序員面試算法寶典
- Mastering C# Concurrency
- Instant QlikView 11 Application Development
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- JavaScript:Moving to ES2015
- Python時間序列預(yù)測
- Android Game Programming by Example
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- 視窗軟件設(shè)計和開發(fā)自動化:可視化D++語言
- Building UIs with Wijmo
- ArcPy and ArcGIS(Second Edition)
- 自己動手構(gòu)建編程語言:如何設(shè)計編譯器、解釋器和DSL