45

I had installed SQL Server Management Studio 2014 and 2016 and the 2016 version had a strange behaviour. I uninstalled it and installed 2017, but it had the same behaviour. What happens is that some icons disappear when I do a mouse over and then reappear when I do it again. Sometimes the query box view gets corrupted with another image:

enter image description here

I've tried updating the drivers (nVidia GTX960 from MSI and nVidia), updating the SSMS and changing compatibility configuration for high DPI to no avail.

What more can I do? Thanks for your time.

1 Answer 1

87

I would recommend you try turning off hardware acceleration to help rule out driver issues. If you go to Tools -> Options... then in the General section there is a Visual Experience section.

SSMS Options

Please untick all three boxes and see if it makes a difference.

8
  • 2
    Had the same issue and a mate suggested doing the above. Anyone can explain WHY it happens ?
    – Noctis
    Commented Oct 26, 2018 at 4:45
  • 19
    Fixed an issue where clicking on tabs did not refresh the tab contents but displayed whatever was on the last tab displayed. Strangely, using the ctrl-tab keyboard shortcut to switch tabs did always refresh the tab contents. (SSMS v18.0; 15.0.18118.0)
    – leqid
    Commented May 3, 2019 at 18:57
  • 2
    Had same issue with my new MSI (GTX 1050Ti) laptop and this fixed it.
    – james2code
    Commented Jun 1, 2019 at 14:45
  • 1
    Had same issue, was driving me nuts. This fixed it. Kudos
    – ransems
    Commented Jul 23, 2019 at 16:19
  • 1
    The "use hardware graphics..." option was causing the issue for me. Commented Aug 6, 2019 at 19:04

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .