C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Unicode and Non-Unicode string data types
WhatsApp
Venkatesan Jayakantham
13y
6.8
k
0
0
25
Blog
While trying to push the data from Flat file to SQL Server I got the error,
" Cannot convert between unicode and non-unicode string data types " - ->
Solution 1 :- The issue is due to mismatch of the source column and the destination column. We can use derived column/DataConversion tools to map to appropriate data type.
Solution 2 :- For time being, I've changed the destination table columns from unicode(nvarchar) to varchar. Since, it doesn't have any impact on my system.
I am happy with solution 2.
Cheers,
Venkatesan Prabu .J
Head, KaaShiv InfoTech
People also reading
Membership not found