<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MSSQL 2000 Server in BackOffice Products</title>
    <link>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963645#M2913</link>
    <description>Thanks</description>
    <pubDate>Thu, 04 Mar 2010 10:18:36 GMT</pubDate>
    <dc:creator>Rudin Sven</dc:creator>
    <dc:date>2010-03-04T10:18:36Z</dc:date>
    <item>
      <title>MSSQL 2000 Server</title>
      <link>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963643#M2911</link>
      <description>I need to install a SQL Server a specified character set. &lt;BR /&gt;On Oracle we had WE8ISO8859SP1.&lt;BR /&gt;Whitch ISO is that on MSSQLserver2000; i can't find one with the same name.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sven</description>
      <pubDate>Wed, 01 Mar 2006 09:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963643#M2911</guid>
      <dc:creator>Rudin Sven</dc:creator>
      <dc:date>2006-03-01T09:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: MSSQL 2000 Server</title>
      <link>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963644#M2912</link>
      <description>Hi Rudin,&lt;BR /&gt;&lt;BR /&gt;Find out SQL Server's default character set sp_helpsort Configure SQL Server's default character set sp_configure "default character set id" Change character setssybinitUpgrade text values after changing character sets dbcc fix_text.&lt;BR /&gt;&lt;BR /&gt;Displays SQL Server's default sort order and character set. &lt;BR /&gt;&lt;BR /&gt;Syntax&lt;BR /&gt;sp_helpsort &lt;BR /&gt;&lt;BR /&gt;Examples&lt;BR /&gt;sp_helpsort&lt;BR /&gt;For Class 1 (single-byte) character sets, sp_helpsort displays the name of the server's default sort order, its character set, and a table of its primary sort values. On a 7-bit terminal, it appears as follows: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sort Order Description ----------------------------------------------------------------- Character Set = 1, iso_1                                                ISO 8859-1 (Latin-1) - Western European 8-bit character set.    Sort Order = 50, bin_iso_1                                              Binary sort order for the ISO 8859/1 character set (iso_1).    Characters, in Order     -----------------------------------------------------------------    ! " # $ % &amp;amp; ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; &amp;lt; = &amp;gt; ?       @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _     ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~       ! " # $ % &amp;amp; ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; &amp;lt; = &amp;gt; ?       @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _     ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   &lt;BR /&gt;On an 8-bit terminal, it appears as follows:&lt;BR /&gt;&lt;BR /&gt;Sort Order Description ----------------------------------------------------------------- Character Set = 1, iso_1     ISO 8859-1 (Latin-1) - Western European 8-bit character set.    Sort Order = 50, bin_iso_1     Binary sort order for the ISO 8859/1 character set (iso_1).Characters, in Order     -----------------------------------------------------------------  ! " # $ % &amp;amp; ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; &amp;lt; = &amp;gt; ?   @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _  ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   Â¡ Â¢ Â£ Â¤ Â¥ | Â§ Â¨ Â© Âª  Â¬ - (R) Â¯ Â°  2 3 Â´ m Â¶ Â· Â¸ 1 Âº  1/4 1/2 3/4 Â¿ Ã   Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  Ã  D Ã  Ã  Ã  Ã  Ã  Ã  Â´ Ã  Ã  Ã  Ã  Ã  Y P Ã  Ã&amp;nbsp;  Ã¡ Ã¢ Ã£ Ã¤ Ã¥ Ã¦ Ã§ Ã¨ Ã© Ãª Ã« Ã¬ Ã­ Ã® Ã¯  Ã± Ã² Ã³ Ã´ Ãµ Ã¶ Â¸ Ã¸ Ã¹ Ãº Ã» Ã¼ y p Ã¿ &lt;BR /&gt;For a Class 2 (multibyte) character set, the characters are not listed, but a description of the character set is included. For example: &lt;BR /&gt;&lt;BR /&gt;Sort Order Description -----------------------------------------------------------------Character Set = 140, euc_jis    Japanese. Extended Unix Code mapping for JIS-X0201    (hankaku katakana) and JIS-X0208 (double byte) roman,     kana, and kanji.    Class 2 character setSort Order = 50, bin_eucjis    Binary sort order for Japanese using the EUC JIS      character set as a basis. &lt;BR /&gt;&lt;BR /&gt;Any user can execute sp_helpsort.&lt;BR /&gt;&lt;BR /&gt;Tables Used&lt;BR /&gt;master.dbo.syscharsets, master.dbo.syscurconfigs, sysobjects &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;jasdev&lt;BR /&gt;&lt;BR /&gt;(pls assign points, if the issue resolves)</description>
      <pubDate>Thu, 02 Mar 2006 16:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963644#M2912</guid>
      <dc:creator>Jasdev Singh</dc:creator>
      <dc:date>2006-03-02T16:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: MSSQL 2000 Server</title>
      <link>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963645#M2913</link>
      <description>Thanks</description>
      <pubDate>Thu, 04 Mar 2010 10:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/mssql-2000-server/m-p/4963645#M2913</guid>
      <dc:creator>Rudin Sven</dc:creator>
      <dc:date>2010-03-04T10:18:36Z</dc:date>
    </item>
  </channel>
</rss>

