Is there a way on Sybase ASE to get the time since the ASE server was started?
|
feedback
|
|
There is a global variable @@boottime which can be used to find the time when the ASE server was started. Simply use - select @@boottime to get the time when the server was started. | |||
|
feedback
|
|
Are you talking about ASE server uptime; if yes, then probably you can find so using the query
which will return the boot time, as | |||
|
feedback
|