sql server 2008 - What should the converted data type of the corresponding column within the Data Converter SSIS Data Flow Component be? -



sql server 2008 - What should the converted data type of the corresponding column within the Data Converter SSIS Data Flow Component be? -

we have plain microsoft sql server 2008 on 1 of our servers

we decided create dtsx files on filesystem can utilize bids 2008 open dtsx files

one ssis command flow components takes info around 18-19 columns microsoft sql server 2008 sql select query, , converts values in order place them in microsoft access table. have number of columns retrieve microsoft sql server 2008 table using dataflow component called ole db source. after retrieving data, have info converter info flow component converts values. finally, converted values placed ole db destination info flow component, , placed in microsoft access table.

for 1 of columns microsoft sql server 2008 , info type varchar(5)

the value in above varchar(5) column needs extracted microsoft sql server 2008 using ssis dataflow component called ole db source string [dt_str] info type needs converted using info converter ssis info flow component finally, needs placed in microsoft access table column of info type called text.

what should converted info type of corresponding column within info converter ssis info flow component be?

you can refer below resources.

integration services info type mapping

data type translations

integration services info types

sql-server-2008 ms-access ssis etl

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -