Can't view database on SQL Server 2008 with domain user
Posted
by abatishchev
on Server Fault
See other posts from Server Fault
or by abatishchev
Published on 2010-03-24T22:28:03Z
Indexed on
2010/03/24
22:33 UTC
Read the original article
Hit count: 1537
I created a login for a domain user (domain admin) and added it to role serveradmin
, but after logging in I still can't list databases getting next error:
The database MyDB is not accessible. (ObjectExplorer)
Program Location:
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.DatabaseNavigableItem.get_CanGetChildren()
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetChildren(IGetChildrenRequest request)
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)
How can I fix that?
© Server Fault or respective owner