|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, February 15, 2013 2:29 AM
Points: 282,
Visits: 1,047
|
|
Hi All,
Just noticed on an instance of a customer database, I have noticed that objects (databases and table objects all seem to be Case sensitive). Select * from Sysobjects would fail, whereas Select * from sysobjects works fine.
Is there any reason for this, the same applies to database names as well.
Cheers
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 3:03 AM
Points: 4,218,
Visits: 3,874
|
|
Sounds like the server has been installed with a case-sensitive collation.
Run SELECT SERVERPROPERTY('Collation') to check.
Markus Bohse
|
|
|
|