Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Using the UPTIME Utility to Monitor Servers

    For SQL Server 2008 you can execute the following query to obtain the server start time. This is a lot simpler than running a command line utility.

    SELECT sqlserver_start_time FROM sys.dm_os_sys_info

Viewing post 1 (of 1 total)