Urgent ~ Can we load OLEDB Source to Excel Destination Without Data Conversion Task

  • Hi,

       Can we avoid Data conversion task while loading data from Sql server to Excel destination .
    Error- "cannot convert unicode to non-unicode "

    Thnaks
    Subrat

  • Should depend upon the 'N' prefix on your source data type
    Can these be changed at source?

    - Damian

  • No, if your source fields are either CHAR or VARCHAR then you need to convert. If your source fields are NCHAR or NVARCHAR then you do not.

    You could change the data types in the database but then you must understand how this affects existing queries, primary and foreign keys etc.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply