SQL Server文件名与版本 [英] SQL Server file names vs versions

查看:340
本文介绍了SQL Server文件名与版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很幸运能够成为服务器的管理员,但是我不知道该服务器上有多少版本的sql server.当我打开文件Microsoft SQL Server时,有一个名为80、90、100、110的文件.而且我只找到SQL Server 2012安装程序,所以与sql server一样的文件名(如80、90、100、110)之间是什么关系像2008、2012这样的版本?

I am lucky to be an admin of a server, but I have no idea how many versions of sql server on this server. When I opened the file Microsoft SQL Server, there are files called 80, 90, 100, 110. And I have only found SQL Server 2012 setup, so what's the relationship between the files names like 80, 90, 100, 110 with sql server versions like 2008, 2012?

推荐答案

映射为:

 80 = SQL Server 2000    =  8.00.xxxx
 90 = SQL Server 2005    =  9.00.xxxx
100 = SQL Server 2008    = 10.00.xxxx
105 = SQL Server 2008 R2 = 10.50.xxxx
110 = SQL Server 2012    = 11.00.xxxx
120 = SQL Server 2014    = 12.00.xxxx
130 = SQL Server 2016    = 13.00.xxxx
140 = SQL Server 2017    = 14.00.xxxx
150 = SQL Server 2019    = 15.00.xxxx

但是,仅因为您具有包含这些标识符之一的文件夹,并不意味着您已安装该版本的SQL Server实例;出于向后兼容性的原因,某些文件夹由较新的版本放置,由Visual Studio和其他工具添加,或者在实例被删除或升级后被保留.

However, just because you have a folder with one of these identifiers, does not mean you have a SQL Server instance of that version installed; some folders are laid down by newer versions for backward compatibility reasons, added by Visual Studio and other tools, or are left behind after an instance has been removed or upgraded.

查看实际安装的内容:

  • 转到开始"菜单,然后转到具有的最高版本的"Microsoft SQL Server 20xx".
  • 在该菜单下,转到配置工具">"SQL Server配置管理器".
  • 在"SQL Server服务"选项卡中,按服务类型"对数据进行排序,对于类型为"SQL Server"(不是空白,或"SQL Agent"或任何其他)的每个行项目,右键单击SQL Server部分,然后选择属性.
  • 在高级"选项卡上,向下滚动,将出现一个名为版本"的字段,该编号将映射到上方第三列中的一种模式.

(对不起,我不得不模糊我的屏幕快照中的一些内容,但希望它能为您提供一个主意).

(Sorry, I had to blur a couple of things in my screen shot, but hopefully it gives you the idea).

这篇关于SQL Server文件名与版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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