You can create a Windows service using the dbsvc utility.
Prérequis
There are no prerequisites for this task.
Contexte et remarques
Each database server can run more than one database. When you run more than one database at a time, it is recommended that you do so by adding new databases to your existing Windows service, rather than by creating new services.
Run the Service utility (dbsvc) with the -w option.
Exemple
The following command creates a Windows service called myserv where the database server runs as the LocalSystem user.
dbsvc -as -w myserv "C:\Program Files\SQL Anywhere 16\Bin32\dbsrv16.exe" -n william -c 8m "c:\temp\sample.db" |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |