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 |
|
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2009-08-06 : 10:39:29
|
| How do I create a "Case Sensitive" unique key constraint on a columnso thatsqlteam is different from SQLTEAMIf it is that easy, everybody will be doing it |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-08-06 : 10:43:27
|
Change COLLATION for the column to a CASE SENSITIVE collation. N 56°04'39.26"E 12°55'05.63" |
 |
|
|
OBINNA_EKE
Posting Yak Master
234 Posts |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2009-08-06 : 11:35:13
|
| Look for one similar to your current one but with a "_CS_" in there instead of "_CI_"Be One with the OptimizerTG |
 |
|
|
|
|
|