The Database Is Not Accessible
Description of Issue
When trying to connect to a database in SSMS, you get the error The database xxx is not accessible
Context
SSMS
SQL
SQL Server Management Studio
Database connection
Cause
SQL services not functioning properly
Resolution
Connect to the Database server
Open Services
Scroll down to the SQL Services
For the applicable SQL instance:
If the service is not running, right click the SQL Server service > click Start
If the service is already running, right click the SQL Server service > click Restart
Additional Information