Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: Check SQL Server Uptime

    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,...

Viewing post 16 (of 16 total)