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개 답변
0
수락된 답변

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
답변함 2년 전
  • Thank you! My problem does not involve SSMS startup, but these issues may be at play.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠