Install Sybase SQL Anywhere 11 as service
Posted
by 5YrsLaterDBA
on Stack Overflow
See other posts from Stack Overflow
or by 5YrsLaterDBA
Published on 2010-04-20T13:42:49Z
Indexed on
2010/04/21
2:03 UTC
Read the original article
Hit count: 738
we are using Sybase SQL Anywhere 11. I am using command line to install/init database, dbinit -dba %username%,%pwd% -p 4k %dbLocation%
, and start database server, dbsrv11 %dbLocation%
, in a batch file.
What I really want is install my database as Windows service and can be start/running automatically when machine get reboot. But I want to keep using batch for easy intall/uninstall/change it.
Any Sybase expert here?
© Stack Overflow or respective owner