Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jeevagun
Starting Member
1 Post |
Posted - 2009-05-07 : 07:25:35
|
HiMy requirement collation is SQL_Latin_GENERAL_CP1_C1_ASI am not able to find the above collation. Please let me know how to select the above collation in MS SQL SERVER 2005 while instalaltion.Jeevagan |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2009-05-07 : 07:40:41
|
Try SQL_Latin_GENERAL_CP1_CI_AS. |
 |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2009-05-10 : 22:43:18
|
Under Database Properties, Options will find the Collation to select the SQL_Latin_GENERAL_CP1_CI_AS. |
 |
|
|
|
|