Knowledge Sharing Network

SqlServer-QA.net (SSQA.net)

ssis,package - SQL Server Knowledge Sharing Network (SqlServer-qa.net)

Browse by Tags

SQL Server Integration Services - think about Transactions and Checkpointing?
07 April 08 07:21 AM | ssqa.net | with no comments
Transactions and Checkpoints are important factors for data consistency, when it comes for ETL processes that too on SSIS what is your stand? I'm covering this important task for the sake of newbie & junior DBAs, also the similar question was...
How to get rowcount efficiently within a SSIS package?
26 March 08 07:51 AM | ssqa.net | with no comments
I would like to call this as how efficiently you can obtain counting rows in SSIS package. Usual thought would come is @@rowcount or COUNT_BIG functions, but this is not that efficient way to obtain the results. SSIS provides the snippet within its components...