I have created a model from a existing Sql Server db and I was curious if there is a way to update a existing model if I make changes on my sql db structure?
I mean, if I create a table using Sql Server Management Studio, could I update my model in VS?
Thank a lot;