Export Data into excel using SSIS 2008 with 5000 length column -
i need create ssis package in 2008 export query result excel sheet. comment column has length 5000 , whenever try export data getting following error message:
"error 0xc0204016: ssis.pipeline: output column comments (255) has length not valid. length must between 0 4000."
i need apply formating on excel sheet word wrap possible thourgh ssis package. highly appricaited. thanks, yogi
put data conversion component in between source , destination. should able stipulate data size.
Comments
Post a Comment