![]() | |
![]() |
| | Thread Tools | Display Modes |
#41
| |||
| |||
|
|
I am working on migrating a database for SQL 2000 on a Windows 2000 server, over to SQL 2005 on a Windows 2003 server A large amount of the data in the database is refreshed everyday by pulling data from an external ODBC source. On the SQL 2000 installation I used a DTS package to import the data from the ODBC source and it works fine. On the SQL 2005 installation I completely re-wrote the DTS package into a SSIS package. My problem is that there is a text field that only imports a portion of the field from the ODBC over to the SQL 2005 database. The field is 400 chars long, but for some reason, only 200 chars or less, will come over to the new SQL 2005 field. I am using an ADO.net ODBC connection manager and a Datareader object to get the data from the ODBC source. Now on the old database I can get the whole 400 chars in this text field to come over. But in the new database it only reads part of it. I am thinking it has something to do with "Unicode" and the SQL 2005 package reading the field as a DT_WSTR data type, even though the source field is not that type. Anyone have an ideas? |
![]() |
| Thread Tools | |
| Display Modes | |
| |