Viewing post 1 (of 2 total)
If your SQL Server is 2005 or later, you can use:
SELECT 'Statistics since: ' + CAST(sqlserver_start_time AS VARCHAR) FROM sys.dm_os_sys_info
It's more safe and reliable.
December 23, 2012 at 5:53 am
#1571179