#TIP: Query to find the last sql server restart using DMVs
Following script will help us to find the last sql server restart datetime.
Following script will help us to find the last sql server restart datetime.
SELECT sqlserver_start_time FROM sys.dm_os_sys_info
No comments:
Post a Comment
Enter your comments here...