I'm working on SQL Server, I have edited some of DB tables and their relationships but when I generate the diagram and added the tables, it doesn't show the changes in the diagram. Even the changes appear if I expand the table for details.
Asked
Active
Viewed 40 times
1 Answers
0
Try this:
- Right click on diagram and choose
remove table from diagram
. - Right click in the white space and choose
Add Table
.
This should show new diagram.

Prabhat G
- 2,974
- 1
- 22
- 31
-
I tried it, it didn't work. also I tried to refresh and disconnect and reconnect. Nothing worked. – Alaa' Oct 18 '17 at 09:40
-
Create a copy of database and check there ? It's not a solution but a way to narrow down problem – Prabhat G Oct 18 '17 at 09:41
-
1Actually the solution was silly. I just closed sql server and restart it. – Alaa' Oct 19 '17 at 13:44
-
Thanks for posting it :) – Prabhat G Oct 19 '17 at 17:11