Skip to main content

How do you handle case sensitivity issues across databases?

Answered

Comments

1 comment

  • Best answer
    DSP Expert

    KVandergriend: For case sensitive keys, the column collation should be changed manually to SQL_Latin1_General_CP1_CS_AS. This will prevent errors on refresh. You will also want to prevent the tables from being rebuilt by changing the Package Type to Manual CranPort. It is rare where the non-primary key fields are case sensitive, but those could also be changed manually.

    0

Please sign in to leave a comment.