Find MSSQL Server Start Date & Time

You can use below command to get the start date and time of MSSQL Server.

select sqlserver_start_time from sys.dm_os_sys_info;

You May Also Like

Leave a Reply?