SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,079 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
can I use bulk export command in SSIS like SqlBulkCopy class?
I need to use in ssis a function bulk to export a lot of data from a table.
Can I do this?
Hi @Luigi Pellico ,
You can use SSIS Execute Process Task to launch bcp.
That would be the most performant way to do it.
Check it out here: using-bcp-utility-in-ssis
Hi @Luigi Pellico ,
You may also refer to sql-server-bulk-copy-and-bulk-import-and-export-techniques
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.