
COMMAND TO SHUTDOWN A SYBASE DB??
I looking for a command line to shutdown a Sybase Database. I start the db
using the following command:
dbsrv50 -c 10M d:\inventory\inventory.db
and, the sutdown command I am trying to use is:
dbstop -s "uid=dba;pwd=sql;agent=server;unconditional=true"
Do I need to use a different uid and password?
What do I need to change to make it work?