June 25, 2014 at 2:56 am
Hi Guys,
I have a Table "Candidate" which has column "Resume" which is in VARBINARY(MAX).
Now we need to migrate these Columns (i.e. Resume) in DOCX files.
How to do this.?
is BCP going to be useful or something else.?
June 25, 2014 at 4:27 am
Take a look at the Export Column transformation in SSIS.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2014 at 4:35 am
Hi Koen,
Thanks for the Reply.
But Can you please help me with some other Solution, I cannot use SSIS in this Case.
Can BCP help in this case.
Regards,
June 25, 2014 at 5:15 am
Mr. Kapsicum (6/25/2014)
Hi Koen,Thanks for the Reply.
But Can you please help me with some other Solution, I cannot use SSIS in this Case.
Can BCP help in this case.
Regards,
Well, your question said "... or something else" 😉
Assuming BCP can export to a docx file (maybe if you extract just that one column from the table and dump it directly into the file), it still exports one row at a time (because you can only extract and write to one file at a time).
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2014 at 6:22 am
Far away is close at hand in the images of elsewhere.
Anon.
June 25, 2014 at 6:33 am
Hi Koen,
Can u please suggest any Important Points that needs to taken care of while Working on Varbinary for docx file making.?
or Can Case Study available for this.?
Thanks,
Regards
June 25, 2014 at 7:40 am
Mr. Kapsicum (6/25/2014)
Hi Koen,Can u please suggest any Important Points that needs to taken care of while Working on Varbinary for docx file making.?
or Can Case Study available for this.?
Thanks,
Regards
No idea. I use the Export Columns transformation in SSIS 😉
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply