system administrator can shut down an SAP ASE.
Syntax:
shutdown [srvname] [with {wait [=”hh:mm:ss”] | nowait}]]
1. If we want to shutdown gracefully.
1> shutdown
2> go
Server SHUTDOWN by request.The SQL Server is terminating this process.
CT-LIBRARY error:
2. If we want to shutdown forcibly.
1> shutdown with nowait
2> go
Note: SAP recommends that you use the shutdown with nowait command only when necessary.