Log in to Sybase Central as user ID DBA and create two new users who will be responsible for backing up the sample database, debugging procedures, and correcting any mistakes found during the debug process.
Prérequis
None.
Start Sybase Central.
Click Start » Programs » SQL Anywhere 16 » Administration Tools » Sybase Central.
Click Tools » SQL Anywhere 16 » Open Interactive SQL.
Complete the following fields to connect to the sample database:
In the User ID field, type DBA.
In the Password field, type sql.
In the Action dropdown list, select Connect to a running database on this computer.
In the Server Name field, type demo16.
Click Connect. Interactive SQL connects to the database.
Create two new users.
Execute the following statement to create UserA:
CREATE USER UserA IDENTIFIED BY sql; |
Execute the following statement to create UserB:
CREATE USER UserB IDENTIFIED BY sql; |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |