Some SSMS operations are very slow

0

When I connect to my RDS SQL Server instance through SSMS, queries execute nicely from a query window. But any operation that uses SSMS features to retrieve metadata takes very long, several minutes! For example, activating the drop-down list of databases on the instance, or retrieving the properties of a table, or even retrieving a list of tables on a database. Can someone explain why this happens?

Thanks!

1 réponse
0
Réponse acceptée

Hello TedF,

I did some research on this issue and I found out that the slowness of SSMS is actually caused by the underlying .NET components of SSMS (when SSMS starts), which are trying to contact the Certificate Revocation List and SSMS is unable to do so. This slows down the overall loading procedure.

Refer to this MS FAQ which provides guidance to resolve the issue, and to find out why SSMS takes 45s to startup?

To find a more detailed explanation about the slowness of SSMS, refer to this MS Doc.

I hope this helps.

Lunga T
répondu il y a 2 ans
  • Thank you! My problem does not involve SSMS startup, but these issues may be at play.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions