Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
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'
Older Posts
Home
Subscribe to:
Posts (Atom)