Knowledge Sharing Network

SqlServer-QA.net (SSQA.net)


call,sql server,ssis - SQL Server Knowledge Sharing Network (SqlServer-qa.net)

Browse by Tags

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...