1
votes

When I try to create a local database in SQL Server Management Studio 2016, I get the following error.

I am creating it through interface by connecting to local machine, right clicking on Databases, and selecting "New Database".

I have no idea what this could possibly indicate?

enter image description here

I've tried restarting SSMS and the machine.

I can create the database through SQL, however I get the same error when trying to launch any GUI dialogs for the database. So creating it thru SQL doesn't work around my issue as I need to configure it also.

1
Can you share what you're doing? Are you creating it via t-sql?Eli
@Eli I updated questionJames Wierzba

1 Answers

0
votes

My solution was to install SSMS 2017 instead. Now it works.