Showing posts with label Installation Date. Show all posts
Showing posts with label Installation Date. Show all posts

11 August 2014

How to find out the SQL Server installation date?



SELECT create_date as 'Installation Date' FROM sys.server_principals WHERE name='NT AUTHORITY\SYSTEM'