You can use SQL to create a Transact-SQL-compatible database.
Prérequis
By default, you must have the SERVER OPERATOR system privilege. The required privileges can be changed by using the -gu database server option.
Connect to any SQL Anywhere database.
Enter the following statement in Interactive SQL:
CREATE DATABASE 'db-name.db' DBA USER 'DBA' DBA PASSWORD 'sql' ASE COMPATIBLE CASE RESPECT BLANK PADDING ON; |
In this statement, the ASE COMPATIBLE clause prevents the SYS.SYSCOLUMNS and SYS.SYSINDEXES system views from being created.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |