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 :)
↧