oledb - Extract data from Sybase ASE 15 using SSIS 2008 in Unicode format -


i'm attempting use sql server integration services (ssis) 2008 r2 extract data sybase ase 15 database.

i've managed configure ole db source correct connection information , can see tables , data. no matter try returns dt_str columns.

i have data returned in unicode format, without using derived column / data conversion task, destination tables defined nvarchar (dt_wstr) column , bit of pain have go through every column change type.

is there way define connection string / set defaults on login / other method ensure ole db data source returns dt_wstr columns instead of dt_str when running query?

many thanks, john

right click on ole db data source , select advanced editor. go input , output properties tab. select column you're importing , change datatype on properties display on right.

alternatively have ole db source use query return columns. select statement can cast() columns type need.

i don't know why dont want use derived column/data transformation transformation tho. seems same amount if not more work


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -