Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Trudye
Posting Yak Master
169 Posts |
Posted - 2008-08-06 : 14:27:16
|
Hi Guys, I am continually experiencing conversion problems in my SSIS pkg. I always get "cannot convert between unicode and non unicode string.". I have changed both source and destination to DT_String and varchar respectively. But I still get the msg. If I change the Source to Unicode and leave the destination DT_String I get a similar error.How can I avoid this problem? Any help would be appreciated. Thanks,TrudyeOBTW; the two fields that prompted this question are text fields. |
|
Trudye
Posting Yak Master
169 Posts |
Posted - 2008-08-06 : 14:37:08
|
I'm sorry I kinda ask this question before. I guess what I really want to know is: is there a rule of thumb when assigning data types to the source/destination file that will prevent this headache. |
 |
|
|
|
|