简体   繁体   English

SQL Server数据工具SSDT或SQL Server 2008 R2

[英]SQL Server Data Tool SSDT or SQL Server 2008 R2

Can anyone kindly tell me which one should I install to develop database applications using C#? 谁能告诉我我应该安装哪个使用C#开发数据库应用程序?

SSDT or SQL Server 2008 R2? SSDT还是SQL Server 2008 R2? Or both are the same? 还是两者相同?

It depends which environment you are more comfortable in, Visual Studio or SSMS. 这取决于您在Visual Studio或SSMS中更适应哪种环境。

But, I recommend SSDT. 但是,我建议使用SSDT。 The main reasons are: 主要原因是:

  • It is free 这是免费的
  • You can create your DB application and target multiple SQL Server platforms. 您可以创建数据库应用程序,并以多个SQL Server平台为目标。 And, you get platform-specific validation 而且,您将获得特定于平台的验证
  • SSDT provides Schema Compare SSDT提供架构比较
  • Integration of DB code with TFS 将数据库代码与TFS集成
  • Deployment and management of your code changes is so much more easier 部署和管理代码更改更加容易
  • Better code validation engine including Code Analysis 更好的代码验证引擎,包括代码分析
  • Single integration development environment 单一集成开发环境
  • Very similar behavior to SSMS 与SSMS非常相似的行为

This two software are two different things, one is a Database Server (SQL Server 2008 R2) the other (SSDT) is a set of tools that expands functionality of Visual Studio to allow the developer to use a lot of feature that are in SSMS directly inside Visual Studio. 这两个软件是两个不同的东西,一个是数据库服务器(SQL Server 2008 R2),另一个是SSDT,它是一组工具,可以扩展Visual Studio的功能以允许开发人员直接使用SSMS中的许多功能。在Visual Studio中。

So you can install both . 因此,您可以同时安装两者。

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

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