Viewing post 1 (of 1 total)
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
June 22, 2010 at 10:35 pm
#1183709