Ryan
Ryan

Reputation: 7959

Where is SQL Server Object Explorer in Visual Studio 2013 Ultimate?

I just upgraded from Visual Studio 2013 Professional to Visual Studio 2013 Ultimate. With Professional, I had access to the SQL Server Object Explorer, from under the View drop-down menu. But now, with Ultimate, I no longer have a menu entry for SQL Server Object Explorer. It's supposedly integrated with all versions of VS 2013. I have Visual Studio 2013 Ultimate installed on a different computer and it has the menu item available.

Does anybody know why SQL Server Object Explorer might not be available? I'm on Windows 8.1 64-bit.

Upvotes: 2

Views: 8860

Answers (2)

hannan
hannan

Reputation: 1

i also hate this problem. But it has an easy solution: Run your Visual Studio 2013 installer > select MODIFY > check SQL Server Data Tools option. If you don't have an installer, you can visit this page to download SQL Server Data Tools.

Upvotes: 0

Ryan
Ryan

Reputation: 7959

The solution to this problem was to actually go into Control Panel and manually uninstall everything that Visual Studio installed - primarily all SQL-related items, etc.

In my situation, I upgraded from Visual Studio 2012, then to Visual Studio 2013 Professional and finally to Visual Studio 2013 Ultimate over the course of several months. This upgrade path apparently caused Visual Studio 2013 to fail to load the SQL Server Object Explorer menu item because I assume there were version conflicts or something with the SQL-related applications that Visual Studio 2012 or 2013 Pro had installed.

Uninstalling everything and the re-installing VS 2013 Ultimated fixed the issue for me.

Upvotes: 4

Related Questions