Error message when you click the Databases node in SQL Server Management Studio in SQL Server

This article describes an error message that typically occurs in SSMS when there is a problem retrieving information about one or more databases of a SQL Server instance.

Original product version:   SQL Server
Original KB number:   956179

Symptoms

You may receive an error message similar to the following when using SQL Server Management Studio (SSMS)

Failed to retrieve data for this request (Microsoft.SqlServer.Management.sdk.sfc)

Troubleshooting

There can be multiple causes that can contribute to this problem. The following items may help you understand and troubleshoot the issue:

  • Check if you are running into any known issues listed below and use the resolutions documented in the corresponding articles:

  • You can run into this issue if are using an older version of SSMS and when one of the following conditions is true:

    • SQL Server Management Studio cannot correctly read one or more databases. Therefore, certain properties of a database cannot be retrieved.

    • One or more databases is in an offline mode and you are using an older version of SSMS to connect to that SQL instance hosting this offline database.

    In these situations, the collection of objects does not appear in the Object Explorer pane or in the Object Explorer Details pane. Therefore, certain properties of the database are not computed as a group in the collection of objects.

    Note

    This problem also occurs if you are not a member of the Sysadmins group.

    To work around this problem, using the older version of SSMS follow these steps:

    1. Close the error message.

    2. Press F7 to open the Object Explorer Details pane.

    3. Right-click the column headers, and make sure that only the following columns are selected:

      • Name

      • Date Created

      • Policy Health

      • Owner

    4. Right-click the Databases node, and then click Refresh.

    Alternatively, you can download and install SSMS from Download SQL Server Management Studio (SSMS) and see if the issue goes away. If the issue still occurs with new version of SSMS, see SQL Server help and feedback for additional ways to get assistance with your issue.

  • You are connecting to a SQL Server 2008 R2 or an earlier version of SQL Server and when guest user is disabled in the msdb database. For additional information review You should not disable the guest user in the msdb database in SQL Server