What that is telling you is that the database(s) is/are rolling transactions forward and back depending on the start of the work in process when the server crash/was taken down.
You can look in the SQL Event Log and see at what percentage is it complete.
Remember that the SQL log does not dynamically update for you so you will need to hit refresh to see where it is as time progresses.
Thanks. I used RECOVER DATABASE mydatabase WITH RECOVERY to get them into an active state. The problem was with one it was indicating that someone was using it and I had to kill some connections before the command would work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.