Collations
Info
|
|
Home
Concepts
Answers
Reference
Microsoft Connect
Contact
|
|
collation, encoding, code page, locale, sorting, comparison, LCID, T-SQL, TSQL, SQL Server
(246 and counting)
DBA.StackExchange |
- SQL Server Collation for Arabic, Hebrew, English and French
- How To Strip Hebrew Accent Marks
- Storing Japanese characters in a table
- NVARCHAR column as PRIMARY KEY or as UNIQUE column
- Why does MS SQL Server return a result for empty string check when Unicode string is not empty
- Latin1_General_BIN performance impact when changing the database default collation
- What collation to use for Ukraine?
- How to disable case sensitivity in SQL Server 2012?
- COLLATION and UNION ALL
- Cannot remove char 0x0000 from NVARCHAR column
- DB collation is used for comparison instead of column collation
- Automatic Translation when Converting Unicode to non-Unicode / NVARCHAR to VARCHAR
- How to find values with multiple consecutive upper case characters
- Contained DB Collation error
- “String or binary data would be truncated” error copying nvarchar(10) to char(10)
- Is there a collation to sort the following strings in the following order 1,2,3,6,10,10A,10B,11?
- Replace special characters in a column with space
- ORDER BY and comparison of mixed strings of letters and numbers
- Why not use SQL_Latin1_General_CI_AS for a global system?
- Which datatype to store XML data in: VARCHAR(MAX) or XML
- Collation conflict … Could not use dbo.sysdac_instances
- Is there a T-SQL equivalent for punctuation as [0-9] is for numbers and [a-z] is for letters?
- How do I set a SQL Server Unicode / NVARCHAR string to an emoji or Supplementary Character?
- Why are there different Database Collations for different languages?
- Does any DBMS have a collation that is both case-sensitive and accent-insensitive?
- Nvarchar to varchar to nvarchar characters conversion
- Can database objects be made case insensitive while keeping strings case sensitive?
- Setting and Changing the Server Collation after installation
- Error 468 MS SQL Server : Couldn't resolve collation conflict between Arabic_CI_AI and Arabic_CI_AS when enumerating publications
- When converting dynamic SQL (pivot query) to xml output, why is the first digit of the date converted to unicode?
- SQL Server: Cannot resolve collation conflict between “Latin1_General_CI_AS” and “[garbage]”
- Database collation different from tempdb collation
- SQL Server: Collation of the resource database
- SSIS Catalogue Inaccessible After Server Collation Change
- Converting varbinary data to varchar in SQLServer leads to unexpected results
- Change the server Collation
- Can I set Accent insensitive for individual languages?
- Trigger to change Database collation on creation
- Can old collation type impact database performance?
- Where can I find exact rules of a collation?
- SELECT query: filter unable to distinguish between two different characters
- Saving into a VARCHAR(MAX) throwing error in some scenarios
- Why is mixing column collations in a single database considered bad?
- Encoding issue with SQL Server VARCHAR column retrieved in Python
- How to be sure that a SQL Script is running with ANSI encoding?
- Can't update “CO2” to “CO₂” in table row
- bcp command Incorrect syntax near '�'. Character is actually: “ä”
- Collate issues with wrong characters
- Accent Sensitive Sort
- How to create Unicode stored procedure parameter names
- SQL Server Bulk Insert properly interprets some Unicode characters but not others?
- Character Conversion Issue Importing From CSV File
- N'Șc' considered duplicate key of N'C' using Latin1_General_CI_AS collation
- inserting a special character into a table
- Why isn't Unicode character REPLACEd in some cases?
- Why do two identical strings have a different length but the same binary value?
- What are the current best practices concerning varchar sizing in SQL Server?
- SQL Server 2008R2 database migration to cloud: case-insensitive collation changed to case-sensitive
- Why do I get incorrect characters when decoding a Base64 string to NVARCHAR in SQL Server?
- Cannot resolve the collation conflict between “SQL_Latin1_General_CP1_CI_AS” and “Latin1_General_CI_AI”
- Why does using Format vs Right to apply padding cause estimated number of rows to dramatically change?
- TSQL Script Execution Through Power shell, Special Characters Rendering Problem
- Making collations uniform across multiple SQL Server 2008 databases
- Why can't object names start with a number?
- (MySQL) Are utf8_bin and utf8_general_cs the same?
- What are the rules for using COLLATE in a query?
- When `nvarchar/nchar` is going to be used with SQL Server 2019?
- VARCHAR memory buffer appears to be breaking in ChineseTaiwan Collation
- Trying to check if a string contains a number exclusively
- SQL Server 2019 UTF-8 Support Benefits
- How to insert a Unicode character verbose into a varchar DB?
- How to join global temp tables in SQL Server?
- SSMS - How to do case-insensitive searches in Object Explorer
- Byte ordering for multibyte characters in SQL Server versus Oracle
- Implications of changing SQL Server collation
- Process to change collation on a database
- SQL Server 2016 Collation and Internal table Glitch?
- SQL Server 2005/2008 UTF-8 Collation/Charset
- Why doesn't MySQL coerce the collation to the column-specified, when comparing to a literal?
- What is the SQL Server equivalent of MySQL's utf8mb4 character set?
- Sql server 2016 Change only server and without all databases [duplicate]
- How to change SQL Server collation
- Converting columns from NVARCHAR to VARCHAR
- Error: 468 trying to connect to SQL server with SQL Server management studio
- MySQL Case Sensitive Join on Varchar
- SQL Server Default Collation vs DB with different collation. Potential problems
- (MySQL) Change default collation for character set utf8mb4 to utf8mb4_unicode_ci
- PostgreSQL: difference between collations 'C' and 'C.UTF-8'
- Identify the version of a collation from ICU in Postgres
- Why is my UTF-8 document raising UTF-8 encoding errors in Azure Data Lake Analytics?
- Importing Chinese characters via SSIS
- Is there a MySQL character set and encoding that will allow for both emojis and accents?
- How does case-insensitive collation work?
- How to bulk convert ISO8859 text in Text columns to UTF8 in nvarchar(max) columns?
- Which collation should I use for biblical Hebrew?
- Replace function removing Ones / 1 when removing char(185) (superscript 1)
- Query to find rows containing ASCII characters in a given range
- Change collation on partition column (SQL Server 2017)
- Find Table Variables definitions in Stored Procedures
- Extended Events Collation resolution error
- Why are collations specified at the column level?
- Is it possible to determine the default Collation and server version of a database without a full restore?
- What is the meaning of “-x-icu” in PostgreSQL's “collates”?
- Is there any performance issue with including the “COLLATE” as part of the query as opposed to setting it for the column/table?
- Composite index performance with varchar columns
- sp_Blitz fails with collation error
- PostgreSQL nondeterministic collations are not supported for LIKE
- Change collation in easy way
- Does MySQL 8 ASCII vs utf8mb4_0900_ai_ci size differ when only using ASCII characters?
- Error “the system cannot find the file specified” when opening a large SQL Server file
- ERROR: collation “database_default” for encoding “UTF8” does not exist
- What is the difference between different utf8mb4 binary collations? (MySQL)
- Error converting VARCHAR(MAX) to XML due to “UTF-8” attribute
- Are duplicated NVARCHAR values stored as copies in SQL Server?
- Case Insensitive ORDER BY clause using COLLATE (PostgreSQL)
- Japanese characters in VARCHAR column using Japanese_Unicode_CI_AS
- Handle development issues when dealing with different collation for the instance/database setting
- How to treat numbers within strings as numbers when sorting (“A3” sorts before “A10”, not after)
- to change collation for system database SQL Server 2017
- How to create a new column in SELECT CASE when string contains Arabic words?
- Msg 6355 “Conversion of one or more characters from XML to target collation impossible” when querying sys.dm_exec_query_plan
- Msg 468: Cannot resolve the collation conflict between “Latin1_General_CI_AS” and “SQL_Latin1_General_CP1_CI_AS” in the equal to operation
- What is difference between Arabic_100_CS_AS_KS_WS_SC_UTF8 and Latin1_General_100_CS_AS_KS_WS_SC_UTF8?
- What does this statement mean: SELECT ... COLLATE SQL_Latin1_General_CP1_CI_AS AS [-- Logins To Be Created --]
- Why does a comparison between 'tr' & 'tR' fail on a SQL Server with Vietnamese_CI_AI collation?
- Identify the query causing collation conflict
- Is it possible to use OPENROWSET to import fixed width UTF8 encoded files?
- Change SQL Server 2019 instance Collation After installation, and new problem
- Storing special characters (German, French, Spanish) in SQL Server result in weird strings
- SQL Server PATINDEX issue/bug when using different case-sensitive collations
- Case Sensitive Collation on a select query in SQL Server
- Collation conflict when creating stored procedure
- sp_blitz script fails with Cannot resolve collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_BIN"
- An issue with a character in Kazakh case insensitive collations
- System dbs have different collation
- What is the collation used while comparing Unicode string literals in SQL Server 2019?
- Does SQL Server application database and tempdb collation mismatch affect performance
- Msg 14262: The specified @server_name ('') does not exist
|
|
|