Sunday, March 8, 2009

SSIS Architecture

SSIS Architecture
SSIS is a component of SQL Server 2005/2008 and is successor of DTS (Data Transformation Services) which had been in SQL Server 7.0/2000. Though from end-user perspective DTS and SSIS looks similar to each to some extent, it is not the case in actual. SSIS has been completely written from the scratch (it’s a new enterprise ETL product altogether) and hence it overcomes the several limitations of DTS.

I have written an article covering SSIS architecure and how it is different from DTS. Understanding these things will let you understand internal of SSIS or how SSIS actually works.

Refer this link for more details.
http://www.sql-server-performance.com/articles/biz/SSIS_An_Inside_View_Part_1_p1.aspx

1 comment:

  1. Hi,

    Thanks for the info!

    Could you please also describe the steps on what exactly happens during the runtime of an SSIS package - How .dtsx file get processed, which component process it etc. etc.?

    Thanks,
    Santosh Joshi

    ReplyDelete