简体   繁体   English

SSDT 2013 新数据库项目缺失

[英]SSDT 2013 new database Project missing

This might be a trivial error in my setup but I cannot seem to find where I went wrong in stalling SSDT 2013 with SQl Server and having the open to create a new database template这可能是我的设置中的一个微不足道的错误,但我似乎无法找到在使用 SQl Server 拖延 SSDT 2013 并打开以创建新数据库模板时出错的地方

please see image请看图片

what I expect to be in the list in a sql template with the option to create a new database project could someone tell me what i'm missing ?我希望在 sql 模板中的列表中包含创建新数据库项目的选项,有人可以告诉我我缺少什么吗?

Thanks in advance提前致谢

在此处输入图片说明

For database projects you'll need to install a version of Visual Studio that supports it - in your case it looks like you ran the standalone SSDT-BI installer which installs SSIS, SSAS and SSRS templates.对于数据库项目,您需要安装支持它的 Visual Studio 版本 - 在您的情况下,您似乎运行了安装 SSIS、SSAS 和 SSRS 模板的独立 SSDT-BI 安装程序。 This doesn't include database project templates.这不包括数据库项目模板。 What you need is to install one of the VS versions with support - there are 2 Express versions (Express for Web and Express for Windows Desktop) and 3 paid versions (Premium, Pro, Ultimate).您需要安装其中一个支持的 VS 版本 - 有 2 个 Express 版本(Express for Web 和 Express for Windows Desktop)和 3 个付费版本(Premium、Pro、Ultimate)。 Here is a quote from the SSDT blog post explaining this:这是SSDT 博客文章中的引述,解释了这一点:

Visual Studio 2013 - VS 2013 now has SQL Server tooling built in and shipped as part of the core product. Visual Studio 2013 - VS 2013 现在内置 SQL Server 工具并作为核心产品的一部分提供。 Database Projects, SQL tools (such as schema compare & data compare), and the online experiences through SSOX are all included with the RTM version.数据库项目、SQL 工具(例如模式比较和数据比较)以及通过 SSOX 的在线体验都包含在 RTM 版本中。 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.我们在 VS Express for Web 和 Express for Windows Desktop 中提供完整的项目和 SSOX 支持,因此我们已停止提供独立的集成 shell。 We have a component update feed that will use VS Update to push notification to users.我们有一个组件更新提要,它将使用 VS 更新向用户推送通知。 To manually check for updates, go to the Tools > Extensions and Updates... menu to open the dialog.要手动检查更新,请转到“工具”>“扩展和更新...”菜单以打开该对话框。 We will continue to post announcements on our blog and forum that a release is available and what is included in that update.我们将继续在我们的博客和论坛上发布公告,发布可用版本以及该更新中包含的内容。

What version of Visual Studio 2013 are you using?您使用的是哪个版本的 Visual Studio 2013? You need to have either the Ultimate, Premium or Pro version for SSDT ( Link ).您需要拥有 SSDT 的 Ultimate、Premium 或 Pro 版本( 链接)。Visual Studio 版本

If you do have the right version of Visual Studio then you may need to re-run the installer and opt in to SQL Server Data Tools during setup.如果您确实拥有正确版本的 Visual Studio,那么您可能需要重新运行安装程序并在安装过程中选择加入 SQL Server Data Tools。

I had this issue and resolved it several years ago.几年前我遇到了这个问题并解决了它。 I needed to reinstall SSMS with Data Tools.我需要使用 Data Tools 重新安装 SSMS。 Unfortunately I am encountering the same issue now, but luckily I had documented the issue at the time.不幸的是,我现在遇到了同样的问题,但幸运的是我当时已经记录了这个问题。 I am finding that because there are newer versions of both VS and SSMS, it is hard to find the proper downloads.我发现因为 VS 和 SSMS 都有更新版本,所以很难找到合适的下载。 From my documentation (3 years ago) None of the attempts to correct the Visual Studio install directly (SSDTBI_x86_ENU download from Microsoft) were successful, but once we did a complete reinstall of SQL Server 2014 which included the Data Tools, the needed template was available in the Add New Project dialog, and the previously incompatible projects found in GitHub******Report.sln were now compatible.从我的文档(3 年前)直接纠正 Visual Studio 安装的尝试都没有成功(从 Microsoft 下载 SSDTBI_x86_ENU),但是一旦我们完全重新安装了包含数据工具的 SQL Server 2014,所需的模板就可用了在 Add New Project 对话框中,以前在 GitHub******Report.sln 中发现的不兼容项目现在兼容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM