Tagged Questions
3
votes
1answer
111 views
sql_slovak_cp1250_ci_as vs Slovak_CI_AS
Can someone explain to me what is the difference between collation sql_slovak_cp1250_ci_as vs Slovak_CI_AS?
I have a db set to sql_slovak_cp1250_ci_as and shared hosting supports only Slovak_CI_AS. ...
2
votes
0answers
188 views
SQL fulltext accent insensitive
I am using SQL Server fulltext containstable and the column which is indexed has collation Czech_CS_AS, so why when I have word "byt" it returns records with word "být" too. I thought that the ...
9
votes
2answers
595 views
Treating certain Arabic characters as identical
In Arabic we have characters like ا (alef) and أ (alef with hamza).
Users write them interchangeably and we want to search them interchangeably. SQL Server treats them as separate characters. How ...
0
votes
1answer
235 views
SQL Server collation mismatch
I have database server with collation: SQL_Latin1_General_CP1_CI_AS
I got database backup file which collation is: Latin1_General_CI_AS
When I'm restoring this database and executing some SQL, I'm ...