sql server - tsql to know when sql service was installed -


Using Tsql, how can I find out when MS SQL Server was installed?

When the NT AUTHORITY \ SYSTEM login is created when you install SQL Server:

  Sims  

This will give a wrong result, even if you have ever restored the master database.


Comments