Suddenly an error. When I login to my SQL Server 14 using Windows Authentication as normal I get the message
"TITLE: Microsoft SQL Servr Management Studio
Cannot display policy health state at the server level, because the user doesn’t have permission. Permission to access the msdb database is required for this feature to work correctly."
The login completes and I can access a database and its tables but the error
"TITLE: Microsoft SQL Server Management Studio
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
ADDITIONAL INFORMATION:
Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details. (Microsoft SQL Server, Error: 945)
"
I can display records on any table but cannot access the table's columns or virtually nothing else.
Richard Kirby