| Event Information | CAUSE: For the current login, the HAS_DBACCESS function returned false for the specified database. System procedures such as sp_helplogins or sp_helpdb, which try to enumerate information about all databases on the SQL Server instance, will return this message if the executor does not have access to all databases on the instance.
RESOLUTION: Grant the login access to the specified databases with the sp_grantdbaccess procedure |