Performance using T-SQL PIVOT vs SSIS PIVOT Transformation Component.

Posted by Nev_Rahd on Stack Overflow See other posts from Stack Overflow or by Nev_Rahd
Published on 2010-05-19T12:14:08Z Indexed on 2010/05/23 23:20 UTC
Read the original article Hit count: 484

Filed under:
|
|
|

Hi

I am in process of building Dimension from EDW (source), wherein I need to pivot columns of source to load Dimension.

Currently most of the pivoting stuff am doing is by using T-SQL PIVOT which further get used in my SSIS package to merge with Dim table

This pivoting can also be achieved by SSIS PIVOT Transformation component.

In regards to Performance which approach would be the best?

Thanks

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server-2008