Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSMS version 18 – no Database Diagrams

I notice that Database Diagrams are not supported in SSMS version 18, any idea why, and is there a way to get the same functionality?

And why is the T-SQL debugger gone now?

like image 964
Brian Battles Avatar asked Sep 26 '18 20:09

Brian Battles


People also ask

How can I see the database diagram in SQL Server Management Studio?

To open a database diagramDouble-click the name of the database diagram you want to open. Right-click the name of the database diagram you want to open, and then choose Design Database Diagram.

How do I create a database diagram in SQL Server Management Studio?

To create a new database diagramIn Object Explorer, right-click the Database Diagrams folder or any diagram in that folder. Choose New Database Diagram on the shortcut menu. The Add Table dialog box appears. Select the required tables in the Tables list and click Add.

Is SSMS 18 backward compatible?

The Latest and Greatest Version 18 iterates off of this and is based on the Visual Studio 2017 shell. Regardless of the edition being used, SQL Server Management Studio only comes in one flavor and boasts backwards compatibility with almost all features from versions 2008 to 2019, including SQL Azure support.

What version is SSMS 18?

Download SQL Server Management Studio (SSMS) 18.12.11 is the latest general availability (GA) release of SSMS. If you need a previous version of SSMS, see previous SSMS releases.


2 Answers

As it was posted at June 11, 2019, to announce that SQL Server Management Studio (SSMS) 18.1 is now generally available, the Database diagrams is back in SSMS 18.1 along side SSBDIAGNOSE.EXE and Integration Services (SSIS)


Original Answer:

The feature is deprecated, you can visit SQL Server Management Studio - Changelog (SSMS) page and read the Deprecated Features in SSMS 18.0.

Deprecated Features

The following features are no longer available in SSMS:

  • T-SQL Debugger
  • Database Diagrams

Those features are available in earlier versions, you can use one of them a long side with SSMS 18.0

like image 99
Ilyes Avatar answered Sep 20 '22 19:09

Ilyes


SQL Server Management Studio 18.1 was just released on June 11th, and it supports Database Diagrams again.

According to this blogpost SQL Server Management Studio (SSMS) 18.1 is now generally available:

Yes, we’ve heard the feedback; Database Diagrams is back.

Here's the SSMS download page.

like image 45
Niklas Avatar answered Sep 21 '22 19:09

Niklas