Viewing post 16 (of 17 total)
checking SPID 1 login time versus current time will give you SQL server uptime. I use the following T-SQL to calculate number of Days my SQL servers are up:
SELECT CAST((CAST(datediff(ss,...
July 7, 2003 at 7:05 am
#464287