
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 can use below command to get the start date and time of MSSQL Server.
select sqlserver_start_time from sys.dm_os_sys_info;