How to enable case sensitivity in MS SQL Server

  • How to enable case sensitivity in MS SQL Server ?

  • Check ALTER DATABASE clause if you would like to change it on a database level.

    Check ALTER TABLE clause if you would like to change it on either table level or column level.

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

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