Is there a simple way to make the .dbml.diagram file update based on changes I make to my database in SQL Server Management Studio Express? I tried to simply delete all the tables and then drag them back from the Server Explorer, but when I do this, I lose all of the lines representing the foreign keys. So what I have been doing is deleting the dbml file, then adding a new Linq to SQL file, and then dragging the tables onto the dbml file. This isn't tragic, but it's a bit of a pain. Am I missing
Read More...