1.

How Do You Tell The Data Time Of Server Started?

Answer»

select “SERVER START TIME” = crdate from master..sydatabases where NAME = “TEMPDB” or
select * from sysengines

 

select “Server Start Time” = crdate from master..sydatabases where name = “tempdb” or
select * from sysengines

 



Discussion

No Comment Found