Unable to create new SQL data tables in Visual Studio Express 2012

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?

enScreenshot of Table Creation window in VS Express 2012

+2
source share
5

?

+3

-

https://www.youtube.com/watch?v=HwA-tNvU3hw

1 - [dbo]. [table --- ( )]

2 - , , .

3 - .

+7

Visual Studio . MDF. T-SQL, T-SQL, , " ", T-SQL, , , , -!

" " VS 2012 Express " ". , , T-SQL

+4

: CREATE TABLE [dbo] [ change_this_name]
.

0

Visual Studio 2013. , → , SQL server compact/sql lite. VS2013 , .

"x" . , .

Visual Studio , , , , .

, .

0

All Articles