SSDT disappeared! in VS 2013

感情迁移 提交于 2020-01-06 02:36:26

问题


I have started to prefer SSDT to SQL Management studio. But suddenly when I needed it I could not find SQL Server Object Explorer in view menu.

Not sure who took it away, I recently pushed update-2 for visual studio.

I could not locate stand-alone version of SSDT for VS-2013

Can any one please save me from re-installing Visual Studio :-(


回答1:


According to this blog post on MSDN SSDT is now an integrated part of VS:

Visual Studio 2013 - VS 2013 now has SQL Server tooling built in and shipped as part of the core product. Database Projects, SQL tools (such as schema compare & data compare), and the online experiences through SSOX are all included with the RTM version. We have full project and SSOX support in VS Express for Web and Express for Windows Desktop, so we have discontinued our stand-alone integrated shell offering.

When I looked at the Extensions and Updatesin VS2013 I had an update available for SQL Server Data Tools and when I clicked it I got a downloadable installer (SSDTsetup.exe) which might be what you are looking for.

The link that gave the download was this: go.microsoft.com/fwlink/?linkid=393521&clcid=0x409



来源:https://stackoverflow.com/questions/24221983/ssdt-disappeared-in-vs-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!