At the present we have to go to each database and manually generate database diagrams, so I want a way to automate this.
Question: Is it possible to generate DB diagram for all SQL databases opened in SSMS ?
Aleksey Vitsko
6,2456 gold badges40 silver badges72 bronze badges
asked Nov 28, 2019 at 10:08
1 Answer 1
No it is not possible
You have to go into each database and create database diagrams there
answered Nov 28, 2019 at 12:54
lang-sql