[sourcecode language=”sql”]
SELECT createdate AS [SQL Server Install Date]
FROM sys.syslogins
WHERE [sid] = 0x010100000000000512000000;
[/sourcecode]
– This T-SQL command helps to determine the date and time that SQL Server was installed
[sourcecode language=”sql”]
SELECT createdate AS [SQL Server Install Date]
FROM sys.syslogins
WHERE [sid] = 0x010100000000000512000000;
[/sourcecode]
– This T-SQL command helps to determine the date and time that SQL Server was installed