I’m in the middle of amending our data export process and was wondering whether to create an SSIS package in order to export the data, or whether BCP is the “preferred” method?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Considering the plethora of tools and utilities available with SSIS, I would venture into creating a SSIS Package.
If you have the slightest idea that you will need to modify this to do any kind of data manipulation, SSIS would be a very good choice.