Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 - "Show Table Data" missing

My "Show Table Data" has disappeared from Server Explorer in Visual Studio 2012.

[!vdd](http://oi39.tinypic.com/14agznk.jpg)

I ran an update of Visual Studio, and the button disappeared after that. I've tried to uninstall the program, and do it all over again. No luck.

Any ideas?

like image 883
elgbakken Avatar asked May 24 '13 13:05

elgbakken


People also ask

How do I view the database table in Visual Studio?

To connect to a database instance In Visual Studio, make sure that SQL Server Object Explorer is open. If it is not, click the View menu and select SQL Server Object Explorer. Right-click the SQL Server node in SQL Server Object Explorer and select Add SQL Server.

How do you connect tables in Visual Studio?

To create a connection to the database, click the Add Connection icon in Server Explorer, or right-click in Server Explorer on the Data Connections node and select Add Connection.

How do I add a table to a model in Visual Studio?

Right-click on Tables and select Add New Table. The Table Designer opens and shows a grid with one default row, which represents a single column in the table that you're creating. By adding rows to the grid, you'll add columns in the table.


2 Answers

I had the same problem in Visual Studio 2015 Professional.

I uninstalled SSDT (SQL Server Data Tools) and then downloaded and re-installed it from this link.

like image 161
A-Sharabiani Avatar answered Oct 20 '22 00:10

A-Sharabiani


Go to your Control Panel and delete ALL MS SQL Programs, then reinstall.

like image 23
NoClueBlue Avatar answered Oct 19 '22 23:10

NoClueBlue