Previous Topic: Configuration

Next Topic: SQL Server Collations

Environment

Microsoft SQL Server can be installed on the same server as other applications but consider the following:

Case Sensitivity

The SQL Server instance that hosts the MDB can either be case sensitive or case insensitive. The MDB is created as a case insensitive database.

If the SQL Server instance is defined as case sensitive, all connection requests to the MDB must specify the database name (mdb) in lower case. If the database instance is defined as case insensitive it does not matter what case is used in the database name when connecting to the MDB.