When trying to connect with SSMS to a database I get this error:
La base de datos XXXXXXXXX no es accesible. (ObjectExplorer)------------------------------
Ubicación del programa:
en Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.DatabaseNavigableItem.get_CanGetChildren()
en Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.RequestChildren(IGetChildrenRequest request)
en Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)
Under security I have only 2 logins: BUILTIN\Users and sa (disabled).
I can't also perform any other operations such as create a new login cause my account has no privileges.
The fact is that it worked last month and now it doesn't.
I am at dead end and I am a beginner with sqlserver. Any ideas?
Thanks