You can start a database without connecting to it by using the START DATABASE statement.
Prerequisites
By default, you must have the SERVER OPERATOR system privilege. The required privileges can be changed by using the -gd database server option.
Connect to another database.
Execute a START DATABASE statement.
Example
Start the database file c:\temp\temp.db on the current database server.
START DATABASE 'c:\\temp\\temp.db' AS tempdb AUTOSTOP OFF; |
The AUTOSTOP OFF connection parameter prevents the database from being stopped automatically when all connections have been disconnected.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |