Ads

23 December 2013

Database status is shutdown, normal mode



SQL Database stats Shutdown,Normal


If you got your "database status is shutdown, normal mode".
Run the below query for reset the database status to Normal mode.

ALTER DATABASE dbname SET AUTO_CLOSE OFF


Now the database should be Normal mode.

No comments:

Post a Comment