MSSQLSERVER_945
Applies to: SQL Server
Details
Attribute | Value |
---|---|
Product Name | SQL Server |
Event ID | 945 |
Event Source | MSSQLSERVER |
Component | SQLEngine |
Symbolic Name | DB_IS_SHUTDOWN |
Message Text | Database '%.*ls' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server error log for details. |
Explanation
The database could not be accessed because files or other resources are missing.
User Action
Check the error log for additional information about memory, disk space, or permission failure. Confirm the location of the .mdf and .ndf files for the affected database and confirm that the account used by the Database Engine has permission to access those files. After correcting the problem, restart the database by using ALTER DATABASE to set it ONLINE.