INF: Run English SQL with Code Page 950 on English Windows NT

Last reviewed: April 9, 1997
Article ID: Q154923
The information in this article applies to:
  • Microsoft SQL Server, version 6.5

SUMMARY

This article describes how to manually add code page for language not supported, by default, in Windows NT Server 3.51 so that SQL Server 6.5 with code page 950 can run successfully.

MORE INFORMATION

The following Microsoft Knowledge Base article explains how to add code pages to a Windows NT Server using Control Panel International:

   ARTICLE-ID: Q151701
   TITLE     : XADM: How To Manually Add Code Pages For Mixed Languages

However, for languages that are not listed in the Language list in Control Panel International, you must add code pages manually. To add code pages, do the following:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Copy the code page file, C_950.NLS, to the %SystemRoot%\System32 directory

  2. Start the Registry Editor (Regedt32.exe) and locate the following HKEY_LOCAL_MACHINE subtree:

    \System\CurrentControlSet\Control\Nls\CodePage

  3. From the Edit menu, choose Add Value.

  4. Enter the following values:

          Value Name: 950
          Data Type: REG_SZ
          String: C_950.NLS
    

  5. Locate the following HKEY_LOCAL_MACHINE subtree:

    \System\CurrentControlSet\Control\Nls\Language

  6. From the Edit menu, choose Add Value.

  7. Enter the following values:

          Value Name: 0404
          Data Type: REG_SZ
          String: L_Intl.nls
    

  8. Quit Registry Editor.

  9. Shut down and restart Windows NT.

  10. Install SQL Server with default code page 950.


Additional query words: DBCS Traditional Chinese
Keywords : kbnetwork SSrvGen
Version : 6.5.201 6.5.213
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.