I get "The server principal "username" is not able to access the database "databasename" under the current security context. (Microsoft SQL Server, Error: 916) " after I tried to login via MS SQL Management Studio?

To fix this SQL Server Management Studio 2008 bug please do the following:

  1. Open SQL Server Management Studio 2008
  2. Connect to the database server as normal
  3. Press F7 to open the "Object Explorer Details" window or click "View" >> "Object Explorer Details"
  4. In the object explorer details window expand by double click on "Databases"
  5. Right click on the header bar ("Name", "Policy health state", "Recovery Model", etc) and deselect "Collation" from the menu that will pop up
  6. From the object explorer, refresh the "Databases"
  • 180 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Can I have more than 1 database with my MS-SQL account?

Yes, please contact us at sales@seekdotnet.com for more information. We provide a flexible web...

Can I have more logins for my MS SQL database?

No, we only provide a single database user login.

How do I obtain the MS SQL database disk usage?

Execute this command in Sql Query Analyzer exec sp_spaceused The database size is measured in...

How do I get a copy of MS SQL Enterprise Manager and Query Analyser?

Microsoft does not distribute MS SQL client tools individually, they are bundled with MS SQL...

I get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

This error indicates that Enterprise Manager or Query Analyzer cannot make a connection the...