English 中文(简体)
MS SQL Server - Integration Services
  • 时间:2024-11-05

MS SQL Server - Integration Services


Previous Page Next Page  

This service is used to carry out ETL (Extraction, Transform and Load data) and admin operations. The BIDS (Business Intelpgence Studio till 2008 R2) and SSDT (SQL Server Data Tools from 2012) are the environments to develop packages.

SSIS Basic Architecture

Solution (Collection of projects) ---> Project (Collection of packages) ---> Package (Collection of tasks for ETL and admin operations)

Under Package, the following components are available −

    Control Flow (Containers and Tasks)

    Data Flow (Source, Transformations, Destinations)

    Event Handler (Sending of messages, Emails)

    Package Explorer (A single view for all in package)

    Parameters (User interaction)

Following are the steps to open BIDSSSDT.

Step 1 − Open either BIDSSSDT based on the version from the Microsoft SQL Server programs group. The following screen appears.

Integration Services

Step 2 − The above screen shows SSDT has opened. Go to file at the top left corner in the above image and cpck New. Select project and the following screen opens.

Integration Services

Step 3 − Select Integration Services under Business Intelpgence on the top left corner in the above screen to get the following screen.

Integration Services

Step 4 − In the above screen, select either Integration Services Project or Integration Services Import Project Wizard based on your requirement to developcreate the package.

Advertisements