Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 SQL Server Data Tools missing "Add Table" option

I have added a localdb to my project and trying to add tables to it. But I could not see 'Add Table' item on the menu, there are only 'Refresh' and 'Properties' items. According to the Microsoft SSDT is coming preloaded with VS2015, but there is no option to add a new table. Am I missing something?

enter image description here

like image 675
Omer Avatar asked Jul 06 '15 08:07

Omer


2 Answers

Instead of using "Server Explorer", use "View-->SQL Server Object Explorer".

Alternatively you could create an SSDT project, add your tables to the project and then deploy, that would be the correct way to do it! Ed

like image 88
Ed Elliott Avatar answered Nov 15 '22 09:11

Ed Elliott


I have added a localdb to my project and trying to add tables to it. But I could not see 'Add Table' item on the menu, there are only 'Refresh' and 'Properties' items.

To resolve the issue :

Go to Control Panel and try repair the software.

Do not forget to reboot the machine .

like image 23
Tharif Avatar answered Nov 15 '22 07:11

Tharif