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.


Go to topic 49011

Return to index page 190
Return to index page 189
Return to index page 188
Return to index page 187
Return to index page 186
Return to index page 185
Return to index page 184
Return to index page 183
Return to index page 182
Return to index page 181