Search code examples
sql-serverrefreshdatabase-diagram

How do I update a database Diagram in Microsoft SQL Server Management Studio


I currently have the database diagram window open in Microsoft Server Management Studio 2014. Is there a way to "refresh" the view so that I can see a newly added foreign key constraint?


Solution

  • It looks like the best way is to right click on the diagram and choose "remove table from diagram". Then right click in the white space and choose "Add Table". It will then show newly created relationships.