Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collation conflict error #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Dec 7, 2020

  1. To avoid Collation conflict error

    This script getting an error message when the database collation different than the server collation, in my case the database collation is "Arabic_CI_AS", and adding collation conversation ( "Arabic_CI_AS" to "SQL_Latin1_General_CP1_CI_AS") in following lines fixed the issue:
    
    Line Numbers:
    999
    1019
    1040
    1063
    
    P.S: this may need to change manually when server level collation is not default (SQL_Latin1_General_CP1_CI_AS)
    shekarkola authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    58aacea View commit details
    Browse the repository at this point in the history