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 |
dirtydavey
Yak Posting Veteran
80 Posts |
Posted - 2007-12-12 : 11:37:13
|
Hi all, I am getting the following when trying to import text coloums from execl to SQL server 2005. Any ideas?Error at Data Flow Task [Destination] Coloums "blar" and "Blar_name" cannot convert between unicode and non-unicode sting types.Any help would be great.ThanksDaveDave Dunckley says there is a law for the rich and a law for the poor and a law for Dirty Davey. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2007-12-17 : 00:10:40
|
I think its due to incompatble data types. Can you try CASTing the source columns to correspond to destination columns data type? |
 |
|
dirtydavey
Yak Posting Veteran
80 Posts |
Posted - 2007-12-17 : 05:03:44
|
Yeah tryed that, still did not work, its a strange one!Dave Dunckley says there is a law for the rich and a law for the poor and a law for Dirty Davey. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2007-12-17 : 07:32:05
|
Currently what are types of these two columns in source and destn? |
 |
|
|
|
|