FITFLOP
Home

collation (4 post)


posts by category not found!

Collation error importing a database using DDEV

Understanding and Resolving Collation Errors When Importing a Database Using DDEV When working with databases especially during migrations or imports developers

3 min read 01-10-2024 43
Collation error importing a database using DDEV
Collation error importing a database using DDEV

"Binary" Collation in SQL Server

Understanding SQL Servers Binary Collation A Guide to Case Sensitive Comparisons SQL Server offers various collation options to define how character data is sor

2 min read 30-09-2024 27
"Binary" Collation in SQL Server
"Binary" Collation in SQL Server

What Microsoft SQL Server collation sorts by ASCII case insensitive?

Demystifying Collations in SQL Server ASCII Case Insensitive Sorting When working with data in Microsoft SQL Server understanding collations is crucial Collatio

2 min read 30-09-2024 27
What Microsoft SQL Server collation sorts by ASCII case insensitive?
What Microsoft SQL Server collation sorts by ASCII case insensitive?

ORDER BY ... COLLATE in SQL Server

Understanding ORDER BY COLLATE in SQL Server When working with SQL Server you might encounter scenarios where sorting data based on specific character sets or c

2 min read 29-09-2024 30
ORDER BY ... COLLATE in SQL Server
ORDER BY ... COLLATE in SQL Server