- SQL Server 2017 Administrator's Guide
- Marek Chmel Vladimír Mu?n?
- 301字
- 2021-07-02 21:51:30
SQL Server integration services
SQL Server integration services (SSIS) are used as a data pump of SQL Server. SSIS is used to maintain data movements and transformations between a wide scale of heterogeneous data sources and destinations as well as migrating or transforming data between several instances of SQL Server. A very common use case is using SSIS in data warehousing to extract, transform, and save data from online transactional processing (OLTP) databases to a data warehouse.
The working unit of this technology is the SSIS package. It's a runnable unit of integration services and we can think about it as one simple program. Its definition consists of the so called Control Flow task set such as creating a temporary folder, if it succeeds in downloading CSV files from some FTP site, and so on. One of the most crucial tasks in control flow is called the Data Flow task. This Data Flow task causes the execution of the SSIS package to switch to a Data Flow transform set.
The integration service itself is not mandatory for SSIS package execution but the service is used for integration services packages management. It's installed for backward compatibility with older versions of SSIS packages deployment model. SSIS packages are now commonly placed into a database called SSISDB. The database is not often accessed directly by users or administrators; it is maintained using integration services catalogs part of management studio.
From an administrator's point of view, the SSIS service installation could be omitted if all existing SSIS packages can be deployed to the integration services catalog, which can be created anytime just by a few clicks in the Management Studio.
Integration services often cooperate with two features for data cleansing, validating, and deduplicating. These services are called Master Data Services and Data Quality Services.
- 工業(yè)機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- 大數(shù)據(jù)技術與應用基礎
- 構建高質量的C#代碼
- 三菱FX3U/5U PLC從入門到精通
- Dreamweaver CS3網(wǎng)頁設計與網(wǎng)站建設詳解
- Zabbix Network Monitoring(Second Edition)
- 完全掌握AutoCAD 2008中文版:綜合篇
- 西門子變頻器技術入門及實踐
- 空間機械臂建模、規(guī)劃與控制
- Unity Multiplayer Games
- The DevOps 2.1 Toolkit:Docker Swarm
- 手機游戲策劃設計
- Hands-On Business Intelligence with Qlik Sense
- 簡明學中文版Flash動畫制作
- PHP求職寶典