MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Importing Excel data using SSIS and dealing with unicode and non-unicode data issues - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Importing Excel data using SSIS and dealing with unicode and non-unicode data issues

Last post 08-29-2008 1:19 PM by cincydba. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 12-14-2007 2:24 AM

    Importing Excel data using SSIS and dealing with unicode and non-unicode data issues

    This post is related to this tip: Importing Excel data using SSIS and dealing with unicode and non-unicode data issues

    http://www.mssqltips.com/tip.asp?tip=1393

  • 05-13-2008 4:22 AM In reply to

    • dolfa
    • Top 500 Contributor
    • Joined on 05-13-2008
    • Posts 1

    Re: Importing Excel data using SSIS and dealing with unicode and non-unicode data issues

     I read your tip, looks like very useful. But I am currently fighting with code page issues. I have a dbf file that I suspect been in different codepage than my database. Source connection cannot catch codepage, so I set AlwaysUseDefaultCodepage to True and set Codepage (I found this somewhere), added Data conversion and set codepage of the destination. But I am rewarded only with error, that conversion from source code page (852) to destination (1250 - czech btw) is not supported. Do you have tip somewhere how to solve this?

    I am completely lost, I tried various approaches, searched tons of articles, still no luck :(

    Thanks for any ideas 

  • 08-29-2008 1:19 PM In reply to

    Re: Importing Excel data using SSIS and dealing with unicode and non-unicode data issues

    Your solution didn't work. I still have a column coming in with 90% NULLs.

Page 1 of 1 (3 items)