| title | MSSQLSERVER_12329 | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 04/04/2017 | |
| ms.prod | sql | |
| ms.reviewer | ||
| ms.technology | supportability | |
| ms.topic | language-reference | |
| helpviewer_keywords |
|
|
| ms.assetid | 43f90287-36d5-46c2-ac91-a37202dcf6d3 | |
| author | MashaMSFT | |
| ms.author | mathoma |
[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]
| Product Name | SQL Server |
| 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:
BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE = 'us_english')
Use this instead:
BEGIN ATOMIC WITH (TRANSACTION ISOLATION LEVEL = SNAPSHOT, LANGUAGE = N'us_english')