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

Conversation

shekarkola
Copy link

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: the collation in same lines may need to be manually changed when server level collation is not default (SQL_Latin1_General_CP1_CI_AS)

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant