I have Visual Studio 2012 Express and have a C # .net razor project.
I right-clicked on AppData and added the Microsoft SQL database and named it "EspressoCoffees"
Now I see that it is, I went to the Database Explorer and right-click on the tables and clicked add table.
A table designer is created, and I make a few columns, making sure that "Id" remains primary.
- Where do I call the table? Is there a table properties panel in which I cannot change the name, since it is gray?
- When I save the table, it makes me choose the location for the file, which file is it? Table or database
- If I save the SQL file in the data part of the application ... It does not appear under the Tables folder in any way.
source
share