WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
- Start the Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo\Autotranslate
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: <SQL server name>
Data Type: REG_DWORD
Value 0x00000000 disables Autotranslation for connections
to the specified SQL Server server as Value name.
Value 0x00000002 enables Autotranslation for connections
to the specified SQL Server server as Value name.
- Quit the Registry Editor.
- Restart the client application.
If Autotranslation is explicitly turned off in the client application, this overrides the setting of the Registry key if it exists. If the DSN has a setting for the Autotranslate option, it is not honored if a Registry key does not exist. However, if the Registry key does exist, the DSN setting is ignored and deleted. This is necessary because the DSN setting is not per server.
REFERENCES
For additional information about Autotranslation, click the article number below
to view the article in the Microsoft Knowledge Base:
234748 PRB: SQL Server ODBC Driver Converts Language Events to Unicode
257670 FIX: OLE DB Provider for SQL Server May Cause Incorrect Code Conversion of Some Characters