简体   繁体   English

没有Visual Studio的SQL Server数据工具

[英]Sql Server Data Tools without Visual Studio

I'm studying Sql Server Data Tools (SSDT). 我正在研究Sql Server数据工具(SSDT)。 Do I need a Visual Studio 2010 / 2012? 我需要Visual Studio 2010/2012吗? Can I use a express edition? 我可以使用速成版吗?

SSDT replaces Business Intelligence Development Studio (BIDS) from SQL Server 2008, regarding Integration Services, Analysis Services and Reporting Services. 关于Integration Services,Analysis Services和Reporting Services,SSDT取代了SQL Server 2008中的Business Intelligence Development Studio(BIDS)。 When you install SQL Server 2012, you get an option to install SSDT. 安装SQL Server 2012时,可以选择安装SSDT。 In this case, SSDT will be installed in an empty shell of Visual Studio 2010, with nothing but the BI project types (Integration Services project, Analysis Services project, etc.) 在这种情况下,SSDT将安装在Visual Studio 2010的空外壳中,仅安装BI项目类型(Integration Services项目,Analysis Services项目等)。

If you are talking about the non-BI related features of SSDT (Database Project, Database unit testing, etc.) you need a pre-installed version of Visual Studio 2010 or 2012, Express edition is not supported. 如果要谈论SSDT的非BI相关功能(数据库项目,数据库单元测试等),则需要预安装的Visual Studio 2010或2012版本,不支持Express版本。

SSDT with VS 2015 can be installed without having Visual Studio, and SSDT will install Visual Studio with the limited features needed for SSDT, HOWEVER you must be sure to install .NET Framework 4.5 before trying to install SSDT. 可以在没有Visual Studio的情况下安装带有VS 2015的SSDT,并且SSDT将安装具有SSDT所需的有限功能的Visual Studio。但是,在尝试安装SSDT之前,必须确保安装.NET Framework 4.5。 If .NET Framework 4.5 is not present, the installer will fail immediately, and most likely will tell you that you need Visual Studio. 如果不存在.NET Framework 4.5,安装程序将立即失败,并且很可能会告诉您您需要Visual Studio。 I ran into this while trying to install on Windows Server 2008 R2, and everything worked well once .NET Framework 4.5 was installed. 尝试在Windows Server 2008 R2上安装时遇到了此问题,安装.NET Framework 4.5后一切正常。

SSDT is included in most Visual Studio 2013 Express editions, and for earlier versions of Visual Studio you can download a free standalone install from the web. 大多数Visual Studio 2013 Express版本中都包含SSDT,对于Visual Studio的早期版本,您可以从Web下载免费的独立安装。 All of the available install options are listed on the download page . 下载页面列出了所有可用的安装选项。 Take a look there and hopefully one of the options will suit you. 看看那里,希望其中一个选项适合您。

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

相关问题 SQL Server数据工具和Visual Studio问题 - SQL Server Data Tools and Visual Studio Issue Visual Studio 2015中的SQL Server数据工具 - SQL Server data tools in visual studio 2015 如何在Visual Studio中更改Sql Server数据工具编辑器中的连接 - How to change the connection in Sql Server Data Tools Editor in Visual Studio SQL 服务器数据工具 - Visual Studio 2015 错误 - SQL Server Data Tools - Visual Studio 2015 Error 带有 Visual Studio 2010 的 SQL Server Data Tools 2017 - SQL Server Data Tools 2017 with Visual Studio 2010 恢复SQL Server数据工具(Visual Studio)删除的代码 - Recovering code deleted by SQL Server Data Tools (Visual Studio) Visual Studio在哪里存储SQL Server数据工具中使用的数据连接字符串 - Where does Visual Studio store data connection strings used in SQL Server Data Tools Visual Studio 2015 SQL Server数据工具缺少“添加表”选项 - Visual Studio 2015 SQL Server Data Tools missing “Add Table” option 我是否需要 Visual Studio Professional 许可证才能将 SQL 服务器数据工具用于商业目的? - Do I need a Visual Studio Professional license to use SQL Server Data Tools for business purposes? SQL Server数据工具版本17.x适用于哪个版本的Visual Studio? - SQL Server Data Tools version 17.x is available for which version of Visual Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM