12329
Product Name Event ID 12329 Event Source MSSQLSERVER Component SQLEngine
Product
Name
Event ID
12329
Event Source
MSSQLSERVER
Component
SQLEngine
Symbolic
Name
HK_UNSUPPORTED_NON_LATIN_CODEPAGE
Message Text
The data types char(n) and varchar(n) using a collation that has a code page other than
1252 are not supported with
construct.
Do not use the data types char(n) and varchar(n) using a collation that has a code page other
than 1252.
One unexpected situation that can generate this error is:
Use this instead:
ノ
Expand table
BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE = 'us_english')
BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE = N'us_english')