Default Code Page Warning ....

  • When I connect to a Orcale DB, I see this warning and my concern is to know the concept behind this. I know how to fix this.... But I need a SSIS guru to Explain, Why it is sounding this way ...any one please Thank you

  • Change the AlwaysUseDefaultCodePage to True in your source component properties of the data flow task.

  • The warning comes up mostly with OLE DB sources when it's not able to determine the codepage of the source(a DB or a file, etc).

    For detailed info on codepage you start at the following Wiki link.

    http://en.wikipedia.org/wiki/Code_page.

    Hope it helps.

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

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