Case sensitive database instance

  • 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

  • Sounds like the server has been installed with a case-sensitive collation.

    Run SELECT SERVERPROPERTY('Collation') to check.

    [font="Verdana"]Markus Bohse[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply