|
Subject:
|
Multiple languages in SQL server
|
|
Posted By:
|
hkec
|
Post Date:
|
8/17/2006 2:48:47 PM
|
Is it possible to have two different languages in two different memo fields in the same table? Is it possible to do it in SQL Server Express.
|
|
Reply By:
|
SQLScott
|
Reply Date:
|
8/29/2006 3:40:18 PM
|
Try this. Open your table that has the two memo (text data type) columns in design mode. select the first column and in the properties down below, select the Collation property and click the elipse button for that property. The Collation dialog will open. By default, SQL Collation is selected. Select Windows Collation and pick your language. Do that same for the other column but pick a different language. See if that gives you what you are looking for.
|