sql server - SSMS Not Responding in Object Explorer -


having issue whenever view/edit tables in server ssms becoming non-responsive. ssms fine until moment go view/edit object object explorer , locks up. smss remains @ 12% cpu, no increased ram consumption on time.

following aaron bertrand's post querying existing sessions, 4-5 entries follows:

g-- dbcc inputbuffer(58)    -- current task : ?    -- % complete : n/a    -- kill 58 

if kill them, smss instance still hangs.

have update/uninstalled/reinstalled current version of ssms 2016:

microsoft sql server management studio                      13.0.16106.4 microsoft analysis services client tools                        13.0.1700.441 microsoft data access components (mdac)                     10.0.14393.0 microsoft msxml                     3.0 6.0  microsoft internet explorer                     9.11.14393.0 microsoft .net framework                        4.0.30319.42000 operating system                        6.3.14393 

have tried 17 rc same issue:

microsoft sql server management studio                      14.0.17028.0 microsoft analysis services client tools                        14.0.338.80 microsoft data access components (mdac)                     10.0.14393.0 microsoft msxml                     3.0 6.0  microsoft internet explorer                     9.11.14393.0 microsoft .net framework                        4.0.30319.42000 operating system                        6.3.14393 

have un/reinstalled local db i'm connecting (2016 developer). queries application fine, it's browsing objects in smss that's causing grief. can open smss , query databases fine.

everything has been fine, recent system change migration vs2017 community (smss has been working ok since install). have uninstalled vs2017 safe.

any suggestions? have dev machine non-functional, not sure if quicker format.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -