- MS SQL Server - Analysis Services
- MS SQL Server - Integration Services
- MS SQL Server - Execution Plans
- MS SQL Server - Reporting services
- MS SQL Server - HA Technologies
- MS SQL Server - Services
- MS SQL Server - Monitor Database
- MS SQL Server - Assign Permissions
- MS SQL Server - Create Users
- MS SQL Server - Restoring Databases
- MS SQL Server - Creating Backups
- MS SQL Server - Drop Database
- MS SQL Server - Select Database
- MS SQL Server - Create Database
- MS SQL Server – Login Database
- MS SQL Server – Managment Studio
- MS SQL Server – Architecture
- MS SQL Server – Installation
- MS SQL Server – Editions
- MS SQL Server - Overview
- MS SQL Server - Home
MS SQL Server Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
MS SQL Server - Integration Services
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.
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.
Step 3 − Select Integration Services under Business Intelpgence on the top left corner in the above screen to get the following screen.
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