Errors when launching/repairing/etc. in SQL Management Studio

0

I'm getting this error when I launch the SQL Management Studio 2016.

enter image description here

How can I solve this?

I tried to reinstall several times (the installation process does not throw any errors) and when I try to "repair" the installation I got 0x800713ec error.

I also have this error when I open the databases folder.

enter image description here

sql-server
ssms
asked on Stack Overflow Apr 4, 2018 by Juan • edited Apr 4, 2018 by Juan

1 Answer

0

Try the following:

  • Run Windows update
  • Run SSMS as administrator
  • Make sure you are not using any add-on plugin such as SQL Assistant or the like.
  • If you are using version 2012 make sure to install Service Pack 1.
  • Install SSDT
answered on Stack Overflow Apr 4, 2018 by EzLo

User contributions licensed under CC BY-SA 3.0