Hello,
Does anyone find SSMS v.18 client to have a very slow start? ~30sec. to load and prompt for the server/database logon.
Windows 7 and Windows 10. (64-bit).
Thank you,
Vinay
June 4, 2019 at 3:28 pm
SSMS was slow for me to start up on a production server that had no access to the internet (I'm not sure if this is your situation).
To fix this I went into Internet Explorer: Options/Advance tab. Then scroll to the bottom of the list and uncheck "Check for publisher's certificate revocation".
June 4, 2019 at 3:44 pm
Jonathan,
That made a "significant difference". The initial "splash" v.18 SQL server management Studio comes instantly and takes few more seconds for the server prompt. It's a little slow on the second stage, but much better than before.
What has this to do with IE browser's setting? baffling...
Many thanks,
Vinay
June 4, 2019 at 4:16 pm
I guess it's checking the publisher's certificate revocation on the internet but just times-out if there is no access to the website. If you stop it looking for it then you won't get any timeout.
November 27, 2019 at 12:04 pm
Same problem with 18.4 - it takes ages to edit job steps - 17.4 version used to open the same jobs just popup immidiate.
December 11, 2019 at 1:02 am
I am having the same issues opening Job Steps with SSMS 18.4. It seems to hang then suddenly opens the step. I have tried the following suggestions.
The issue still persists, I have installed an older version of SSMS 17.8.1 and everything is now much faster.
December 11, 2019 at 3:49 pm
Look at the history in msdb. If it's lengthy, clean some of it out. You would think SQL would use master to get the dbs in SSMS, but it also uses msdb (or so it seems, at least).
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
May 6, 2020 at 7:02 am
It is because when SSMS loads, it Starts the Object Explorer which has our Database and Server information. Loading these information takes more time resulting delaying in start of the application.
One thing you can do is, go to Tools > Options > Environment > Startup > Select Open Empty Environment. See if this affects your startup speed of SSMS.
Hope this helps 🙂
June 23, 2020 at 3:27 pm
SSMS 18.5.1 has very slow data retrieval and/or screen draws when executing multiple selects on Windows 10 Version 1809 (OS Build 17763.1282) with Lenovo updates in place and all other drivers current as suggested.
July 17, 2020 at 6:47 pm
I also have been having so many issue with SSMS load times, 30 seconds or more to refresh Tables list, or to Edit table, right-click and wait a life time. I spent some more time attempting things today and i found checking these enclosed in the red box made it quick again (for now). SSMS quality has been suspect for me for awhile after 17.9 (i am on latest 18.5 version). Hope this helps someone, this has been a frustration for, I am sure, not just me.
July 18, 2020 at 9:13 pm
I also have been having so many issue with SSMS load times, 30 seconds or more to refresh Tables list, or to Edit table, right-click and wait a life time. I spent some more time attempting things today and i found checking these enclosed in the red box made it quick again (for now). SSMS quality has been suspect for me for awhile after 17.9 (i am on latest 18.5 version). Hope this helps someone, this has been a frustration for, I am sure, not just me.
Interesting... I can maybe understand how the "Trust server certificate" might make things faster but I'd normally think the "Encrypt connection" choice would slow things a down a bit.
I've not been having any particular performance issues with 18.X but I'll give it a try and see if it makes a difference.
Thank you for taking the time to post what you've found.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2021 at 11:15 pm
These two steps mentioned above improved load time for SSMS from four minutes to less than one minute for me:
May 20, 2021 at 1:23 pm
Hi there Nice 2 meet ya all. I am new here and hope I dont bother you with my questions.
I installed SQL server 2019 (on win10 home) in combination with Autocad Plant 3D 2022.
When using SSMS to open a very small database takes up to a minute. When I try to connect to SQL using Autocad it can take up to 30 minutes (sometime longer)
This seems a little long to me. I hope someone can help me fixing this issue.
Regards
September 14, 2021 at 6:18 pm
I've been experience weird response in the SSMS object explorer since upgrading to 18.9.2
I've tried all of the above fixes and still have a problem with delays.
Simply expanding a database or right-clicking on a view /sproc to edit it can take around 15-20 seconds for the menu to appear.
I am working on a laptop and connected to the database through a vpn, but that has been the case for the last 2+ years, and there wasnt a problem. The data retrieval is fast, when selecting from tables/views.
If I open a new query window, the new/blank window appears withing 1 second, then 5 seconds later a "connect to database /login" screen appears (for about 4 seconds) then I get an hour glass for another 10-12 seconds before I can type.
I upgraded SSMS to this same version on a server and there are no problems in that copy when I am RDP'd in to that server.
Any ideas what else I can check?
I know this is an old thread, but I found when looking for solutions to my problem, and it might help someone else.
I had problems since the install of SSMS v18.10 / 15.0.18390.0. The splash screen would come up after 2 or 3 seconds, but the login prompt would take 20-30 seconds to open.
I tried (unsuccessfully) the "publisher certificate revocation" solution, the "encrypt connection / trust server certificate" solution, the "empty environment" solution; all to no avail. I reverted all of those changes before the step that worked.
I edited the properties of the shortcut to SSMS and checked "Run as Administrator" (in the shortcut). It causes the elevation prompt to be shown, but the splash comes up quickly with the login prompt. Time: 1.5 seconds.
On a local network, the table refresh and job step editing went from 10 seconds to less than 1 second.
I have no idea why this would be related to elevated permissions, but apparently it is, at least in my case.
I hope this helps someone else.
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply