Prima paginaLiveHosting WebsiteForumBlog
Language
 
Home>Knowledge Base>Microsoft SQL Server 2008>SQL 2008 Management Studio Error
User Login
Username
Password
 
 Login
Information
Article ID118
Created On1/19/2010
Modified8/18/2010
Share With Others

SQL 2008 Management Studio Error

The server principal is not able to access the database under the current security context.

I get this error when trying to connect to my database using SQL Management Studio 2008.  "The server principal "username" is not able to access the database "some_database_name" under the current security context. (Microsoft SQL Server, Error: 916)"

This error can be encountered when connecting to either SQL 2005 or SQL 2008 databases using SQL 2008 Management Studio.

As you may notice, the error message indicates a problem connecting to a database that you do not own. This is caused by SQL 2008 Management Studio attempting to query certain system settings that customers do not have access to.

To resolve this issue do the following:
  1. Open SQL Management Studio 2008
  2. In Object Explorer, click "Databases"
  3. Select View -> Object Explorer Details
  4. Right click the column headers
  5. Uncheck:
    • Size (MB)
    • Database Space Used (KB)
    • Index Space Used (KB)
    • Space Available (KB)
    • Default File Group
    • Mail Host
  6. Right click on Databases and select Refresh