Start a conversation

Error When Connecting With Ms Sql Managment Studio To Ms Sql Server 2008

If you receive Microsoft SQL Server, Error: 916, when you connect with Microsoft SQL Studio:

The server principal "XXXXX" is not able to access the database "XXX" under the current security context. (Microsoft SQL Server, Error: 916)

You need to unselect the Collation for the databases.
1. Navigate to 'Databases' in Object Explorer and open Object Explorer Details in that context
2. Right click on the column header and unselect 'Collation'
3. Refresh the server in Object Explorer and enumerate the databases

You can also install Microsoft SQL 2008 Service Pack 1, which will also fix the issue.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Support-Agent

  2. Posted
  3. Updated

Comments

  1. Caroline

    Got it! Thanks a lot again for henlipg me out!