在将项目部署到托管的MSSQL 2014数据库时,我应该选择哪个升级路径 [英] Which upgrade path should I choose when deploying a project to a hosted MSSQL 2014 Database

查看:49
本文介绍了在将项目部署到托管的MSSQL 2014数据库时,我应该选择哪个升级路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的hositng提供商正在放慢逐步淘汰MSSQL2008数据库的使用,所以为了部署我的VS2013项目,我需要升级我的系统以匹配他们的系统。我在Win 7设置上有MSSQL 2008r2和MSSMS 2014的实例。

My hositng provider is slowing phasing out the use of MSSQL2008 database's so in order to deploy my VS2013 projects i need to upgrade my system to match theirs. I have instances of MSSQL 2008r2 and MSSMS 2014 on my Win 7 setup.

我甚至不确定如何正确地提出这个问题,但是如何让我的Visual Studio"使用"?   MSSQL 2014.简单地安装MSSQL2014似乎显而易见,但这似乎是使用大锤来破解坚果壳。

Im not even sure how to ask this question properly but how do I make my Visual studio "USE"  MSSQL 2014. It may seem obvious to simply install MSSQL2014 in its entirety but that seems like using a sledge hammer to crack a nut shell.

我需要安装或更新什么或者更改,以提升我的系统SqlClient,使其与我的托管服务提供商MSSQL2014数据库兼容。我的意思是它可能只是一个简单的注册表黑客或调整VS2013中的一些设置吗?

What do i need to install or update or change in order to elevate my systems SqlClient so that it's compatible with my hosting providers MSSQL2014 databases. I mean could it be just a simple registry hack or tweak some setting in VS2013 ?

希望这一切都有意义并感谢您的阅读

Hope this all makes some sense and thanks for reading

Paul Anthony

Paul Anthony

推荐答案

嗨Paul,

1)要在没有Visual Studio的情况下管理SQL Server,您需要SQL Server Management Studio(SSMS),它为您提供客户端工具(库,Management Studio等)。从SQL Server 2008到2016版本支持16.5.3:

1) To manage SQL Server without Visual Studio you need the SQL Server Management Studio (SSMS), that provides you the client tools (libraries, Management Studio, etc.). Release 16.5.3 supports from SQL Server 2008 to 2016:

https ://msdn.microsoft.com/en-us/library/mt238290.aspx

2)要使用Visual Studio管理/集成SQL Server,您需要SQL Server数据工具(SSDT)。 VS 2013的最新版本16.5支持从SQL Server 2005到2016:

2) To manage/integrate SQL Server with Visual Studio you need SQL Server Data Tools (SSDT). The latest version 16.5 for VS 2013 supports from SQL Server 2005 to 2016:

https: //msdn.microsoft.com/library/mt204009.aspx

SSD 2013的SSDT 16.5下载链接在这里:

The download link of SSDT 16.5 for VS 2013 is here:

https:/ /docs.microsoft.com/en-us/sql/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi

根据您的需要,您可能只需要更新ADO.NET/OLEDB/ODBC组件或完整的SSMS + SSDT。

Depending on your needs, you may want only updated ADO.NET/OLEDB/ODBC components, or the full SSMS + SSDT.


这篇关于在将项目部署到托管的MSSQL 2014数据库时,我应该选择哪个升级路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆