Install Sybase SQL Anywhere 11 as windows service

Posted by student on Server Fault See other posts from Server Fault or by student
Published on 2010-04-20T13:56:44Z Indexed on 2010/04/20 14:03 UTC
Read the original article Hit count: 404

Filed under:
|

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?

© Server Fault or respective owner

Related posts about sybase

Related posts about database