Get SQL Server Case Sencetive

  • Is there any way to know whether the sql server is set to case sensetive or not




    My Blog: http://dineshasanka.spaces.live.com/

  • sp_helpsort 

    or

     select (value & 0x1) from master.dbo.syscurconfigs where config = 1125 

    will return 1 if 'case insensitive'

    Far away is close at hand in the images of elsewhere.
    Anon.

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

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