Reputation: 848
I want to import .xlsx file data in MS SQL SERVER 2008. So, using SQL Server import and export wizard I start to import by selecting .xlsx file. Here I got the error "Text was truncated or one or more characters had no match in the target code page".
I tried google it and I got 2-3 solution and I start trying those one by one.
Please explain me how do I complete this task?
Thank you.
Upvotes: 1
Views: 2662
Reputation: 848
I have use the SSIS for this task and its work. The fields with error are move to the flat file and other all fields are successfully moved to the database as I need.
I get the help from following link:
https://www.simple-talk.com/sql/ssis/moving-data-from-excel-to-sql-server-10-steps-to-follow/
Upvotes: 1