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. One page of the Create Database wizard is named Default Database Attributes.

  2. To emulate Adaptive Server Enterprise, choose “Emulate Adaptive Server Enterprise” which automatically selects case-sensitivity for string comparisons and case-sensitivity for passwords.

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