Quantcast
Channel: Answers for "Checking when the SQL Instance started"
Viewing all articles
Browse latest Browse all 10

Answer by Blackhawk-17

$
0
0
Another way... and it won't work for everyone as some people use daily error logs etc. EXEC master.dbo.xp_readerrorlog 0, 1, 'Recovery is complete.', NULL, NULL, NULL, N'asc' This basically returns when the system was ready. Not a solution I would go with to base everything on but it does show that there are always alternatives :)

Viewing all articles
Browse latest Browse all 10

Trending Articles