I would like to export a table with image data-type column to a flat file using SSIS package and back.
Is this possible or should I use another approach?
By the way, the BCP utility do the job but I prefer working with SSIS.
Thank you
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.
You may create SSIS package and try to add Data Flow Task with Data Source and Flat File Destination. When you create Flat File Destination component, you create Flat File Connection. Here you can choose appropriate data types for each column at Advanced tab. I saw image[DT_IMAGE] type here. You could try it.