Monthly Archives: January 2012

Analytics Function in SQL Server 2012

Analytics quite a buzzword these days in the market. There are few tools in market which do analytics such as SAS, SPSS, R language. My expertise is in SQL Server and trying to relate analytics with SQL Server and many … Continue reading

Posted in SQL Server 2012 | Leave a comment

Aggregate Transformations

Aggregate Transformation: Aggregate transformation is used for basic aggregation as in SQL such as count distinct, group by.  Advance Window Providing the number of distinct values, exact or approximate, optimizes performance, because the transformation can preallocate an appropriate amount of … Continue reading

Posted in SSIS Issues and Resolution | Leave a comment