Questions tagged [sql-server-collation]

18 questions
-1
votes
1 answer

Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "SQL_Latin1_General_CP850_BIN2"

I am using data in my query from another database from same server I am getting the given error Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "SQL_Latin1_General_CP850_BIN2" in the equal to operation.. Native…
hemu_k
  • 1
  • 5
-1
votes
1 answer

SQL Server 2017 Collation for special character (Hawaiian 'Okina) leads to "?" string behavior

I need to insert some Hawaiian 'Okina string name as 'Kapiʻolani'; However in the SQL Server 2017 database it shows like Kapi?olani with a question mark. I did some research and tried like this article's solution: CREATE TABLE Organization3 (Name…
Zichen Ma
  • 907
  • 3
  • 14
  • 30
-2
votes
1 answer

Homoglyphs REGEX detection and sql collation

I have a table containing some regexes. By default the table was created using utf8mb4_general_ci collation. Everything is fine until i try to add a regex containing homoglyphes like this one. The regex // once stored in my database will simply…
Math
  • 666
  • 8
  • 26
1
2