Reputation: 855
I created a database (.mdf) for my MVC application and whenever I add a table to the database and want to save it, it keeps prompting me to save it as a .sql file somewhere on my computer. I watched several tutorials on youtube on how to add a database to MVC application and in every video the video creator presses CTRL+S and then it prompts him to enter table name. In my case, I get this: http://prntscr.com/c8i56g
How am I supposed to save the table inside the database?
Upvotes: 0
Views: 529
Reputation: 111
Please try updating the database rather than saving it. Option to update is on the left top corner of the designer window for the table. Hope this helps.
Upvotes: 3