select min(loggedindatetime)
from master..sysprocesses where suid=0
# In ASE 12.5.0.1, it's even simpler:
select @@boottime
The static global variable @@boottime is undocumented, but happens to be identical to sysdatabases.crdate for tempdb.
Bookmark this post:
0 comments:
Post a Comment