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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -