I created a new SQL database on my Visual Studio Express 2012 website. This appears in the AppData folder. I can open the database in the Database Explorer, and now I want to add some empty data tables.
I right-click on the Tables folder and select Add New Table. I get the screen (below). When I'm done, click Refresh and it looks like it will do something, but then the table did not appear in the Tables folder.
I also tried clicking the save button and saving the table manually in the AppData folder, but still it still does not appear in the Tables folder.
What am I doing wrong?

source
share