<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=Unicode_Support-_MS_SQL</id>
		<title>Unicode Support- MS SQL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=Unicode_Support-_MS_SQL"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Unicode_Support-_MS_SQL&amp;action=history"/>
		<updated>2026-04-15T16:57:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Unicode_Support-_MS_SQL&amp;diff=598&amp;oldid=prev</id>
		<title>Carlb at 10:21, 3 September 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Unicode_Support-_MS_SQL&amp;diff=598&amp;oldid=prev"/>
				<updated>2012-09-03T10:21:29Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:21, 3 September 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Some datatypes such as '''&amp;quot;varchar&amp;quot;''' are not able to contain unicode characters so you'll want to change the datatype to '''&amp;quot;nvarchar&amp;quot;'''&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*Some datatypes such as '''&amp;quot;varchar&amp;quot;''' are not able to contain unicode characters so you'll want to change the datatype to '''&amp;quot;nvarchar&amp;quot;'''&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*You can change the datatype for a database column using '''&amp;quot;MyLittleAdmin&amp;quot;''' in the WCP or by using '''&amp;quot;SQL Management Studio&amp;quot;'''&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*You can change the datatype for a database column using '''&amp;quot;MyLittleAdmin&amp;quot;''' in the WCP or by using '''&amp;quot;SQL Management Studio&amp;quot;'''&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Databases-MSSQL]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Carlb</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Unicode_Support-_MS_SQL&amp;diff=597&amp;oldid=prev</id>
		<title>Carlb: Created page with &quot;==Enabling Unicode Characters For a Table== *If you're having issues getting unicode characters to insert into your MS SQL database there are a couple of things you can do to ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Unicode_Support-_MS_SQL&amp;diff=597&amp;oldid=prev"/>
				<updated>2012-09-03T10:20:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Enabling Unicode Characters For a Table== *If you&amp;#039;re having issues getting unicode characters to insert into your MS SQL database there are a couple of things you can do to ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Enabling Unicode Characters For a Table==&lt;br /&gt;
*If you're having issues getting unicode characters to insert into your MS SQL database there are a couple of things you can do to get it working:&lt;br /&gt;
&lt;br /&gt;
===Default Collation===&lt;br /&gt;
*First you can set the collation for your MS SQL database to the language set you're needing to insert characters for.&lt;br /&gt;
#Click on '''&amp;quot;MS SQL&amp;quot;''' in the WCP&lt;br /&gt;
#Click the edit button next to your MS SQL database&lt;br /&gt;
#Select the default collation you want to use from the drop-down menu and click '''&amp;quot;Save&amp;quot;'''&lt;br /&gt;
#For example if you're needing to insert Russian characters you would use '''&amp;quot;Cyrillic_General_BIN&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
*You can also use an SQL statement to change the collation for a particular column:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALTER TABLE table-name&lt;br /&gt;
ALTER COLUMN testcolumn varchar(10) COLLATE Cyrillic_General_BIN&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*You'll need to replace the '''&amp;quot;table-name&amp;quot;''' and '''&amp;quot;testcolumn&amp;quot;''' values with the actual table name and column name you want to change&lt;br /&gt;
&lt;br /&gt;
===Change Datatype===&lt;br /&gt;
*Some datatypes such as '''&amp;quot;varchar&amp;quot;''' are not able to contain unicode characters so you'll want to change the datatype to '''&amp;quot;nvarchar&amp;quot;'''&lt;br /&gt;
*You can change the datatype for a database column using '''&amp;quot;MyLittleAdmin&amp;quot;''' in the WCP or by using '''&amp;quot;SQL Management Studio&amp;quot;'''&lt;/div&gt;</summary>
		<author><name>Carlb</name></author>	</entry>

	</feed>