Hi, stopping a sybase server can be achieved by making a batch file calling a sql script that is executed using isql. something like
isql -Uuser -Ppassword - Sserver -imyscript.sql
myscript contains then something like;
shutdown
go
for starting the server again one can call the start server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.