akhamoshioke
Ten Centuries
Points: 1110
More actions
May 1, 2014 at 6:59 pm
#396695
Comments posted to this topic are about the item Find SQL Server Install Date
Eirikur Eiriksson
SSC Guru
Points: 182911
May 4, 2014 at 7:13 am
#1710569
How about 2008 - 2014 versions:cool:
SELECT create_date AS INSTALL_DATE
FROM sys.server_principals
WHERE name = 'NT AUTHORITY\SYSTEM';
r.mishra
SSC Enthusiast
Points: 123
July 10, 2014 at 3:02 am
#1728300
Does it work for 2008r2 too?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply