Database cannot be opened
One of our developers raised an issue mentioning that he tried to connect to the database but and he seemed database was corrupt\disabled. He mentioned that the day before they did some work on that database which made the database grow considerably. Following is the message he faced:
When I connected to the SQL server instance I found that I was not able to expand the database abc and when I checked the shutdown property of database I found that it was shutdown. Following is the screenshot.
I executed following commands to make the database offline. Make sure you do this from the server itself and not from any client machine.
Then executed the following command to make the database online again.
This bought the database online again.
Comments