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 |
|
companionz
Yak Posting Veteran
54 Posts |
Posted - 2009-07-13 : 05:58:58
|
| Hi,I try running import/export utility to save data into an excel but i get following error while executing the utility.- Validating (Error)MessagesError 0xc02020f6: Data Flow Task: Column "State" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "Installer" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "ErrorStatus" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "AbsId" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "DeviceSerialNumber" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "LandmarkSlots" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc02020f6: Data Flow Task: Column "ReeferType" cannot convert between unicode and non-unicode string data types. (SQL Server Import and Export Wizard) Error 0xc004706b: Data Flow Task: "component "Destination - Query" (109)" failed validation and returned validation status "VS_ISBROKEN". (SQL Server Import and Export Wizard) Error 0xc004700c: Data Flow Task: One or more component failed validation. (SQL Server Import and Export Wizard) Error 0xc0024107: Data Flow Task: There were errors during task validation. (SQL Server Import and Export Wizard) Can anyone please help?Thanks,Sourav |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2009-07-13 : 12:39:18
|
If you are using ssms import/export wizard this error should not appear because the wizard can handle/transform this. No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-13 : 14:02:20
|
| did you try adding a data conversion task in between to convert the unicode to non unicodes? |
 |
|
|
|
|
|