Skip to content

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.

1 participant