Table Name, Case sensitive???

  • Why is the table name case Sensitive?

    Is there a way to avoid this?

    Person.Contact not equal to person.contact !

    Still learning. Thanks for your advice in advance 😀

  • Table name is case sensitive because of collation settings on the server or the database.

    Here is a link with SQL Server 2008 Collation Settings. There are some links at the bottom that you can research that will show you how to change them at different levels.

    Selecting a SQL Server Collation

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

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