Creating a Transact-SQL compatible database

This section describes choices you must make when creating or rebuilding a database.

Here are the basic steps you need to take to create a Transact-SQL compatible database. The remainder of the section describes which options you need to set.

StepsCreating a Transact-SQL compatible database from Sybase Central

  1. In the Create Database wizard, access the Specify a Collation Sequence page.

  2. Set Case Sensitivity for String comparisons to ON. This emulates Adaptive Server Enterprise.

  3. Set Case Sensitivity for Passwords to ON.

These case sensitivity settings emulate Adaptive Server Enterprise.

StepsCreating a Transact-SQL compatible database using the CREATE DATABASE statement

  1. Type the following statement, for example, in Interactive SQL:

    CREATE DATABASE 'db-name.db' CASE RESPECT BLANK PADDING ON