6

I found a similar question for SQL Server Management Studio. But I use latest Azure Data Studio on macOS. We use on-premises SQL Server (not Azure cloud).

How can I use Azure Data Studio to generate an ERD from an existing database?

RDFozz
  • 11,731
  • 4
  • 25
  • 38
Sybil
  • 2,578
  • 6
  • 34
  • 61

2 Answers2

4

Azure Data Studio doesn't have database diagramming built in.

This means you're asking a shopping question, and here's how and where to ask a shopping question.

Brent Ozar
  • 43,325
  • 51
  • 233
  • 390
2

Actually Azure Data Studio has plenty of extensions that do this. There's a plugin called Schema Visualization that will do it. I'm sure there are others. Also SQL Management Studio offers an ERD export tool that's built-in. If you're on-prem you should be able to connect it.

armitage
  • 1,429
  • 2
  • 14
  • 20
Shoe
  • 21
  • 1