Learning SSIS
So one new thing I've had a chance to learn at work is Microsoft SQL Server 2005 Integration Services (SSIS). SSIS is a platform to build high performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing. SSIS replaced the old Data Transformation Services (DTS) that was introduced in SQL Server 7.0.
The project I work on uses several databases when processing client request. These databases range from 100,000 rows to over 170 million rows. We are using SSIS to make it easier and faster to load the raw data sources into these databases.
As I go through my learning curve with the platform I will post some things I have learned. Stay tune for the first sample.
Labels: SSIS





