简体   繁体   English

从SQL Server 2008 R2 Express Edition升级到SQL Server Standard

[英]Upgrading from SQL Server 2008 R2 Express Edition to SQL Server Standard

I have been using the SQL Server 2008 R2 Express version (10.50.1600) for quite a while now and want to free it of the limitations of the 10gb database size and use of only 1 core. 我已经使用SQL Server 2008 R2 Express版本(10.50.1600)已有一段时间了,想摆脱10gb数据库大小的限制并仅使用1个内核。

Therefore I have order SQL Server 2008 Standard with 10 Cal's. 因此,我订购了带有10 Cal的SQL Server 2008 Standard。

My question is, what is involved in upgrading from the free version to the SQL Server Standard version? 我的问题是,从免费版本升级到SQL Server Standard版本涉及什么?

Do I need to remove the free version first and then reinstall SQL Server Standard? 我是否需要先删除免费版本,然后重新安装SQL Server Standard?

Its an online server in a data centre in the UK (I am in Spain) so obviously cannot insert the dvd/cd into the server or is there an upgrade button I need to be aware of? 它是英国(我在西班牙)数据中心中的在线服务器,因此显然无法将dvd / cd插入服务器中,或者我需要注意升级按钮吗?

I have been using the MSSQL 2008 Free version (10.50.1600) 我一直在使用MSSQL 2008 Free版本(10.50.1600)

That one does not exist. 那不存在。 I suggest you manage enough concentration to read the product name properly- It is either a pirated copy, or it is the express edition. 我建议您集中精力以正确阅读产品名称-这是盗版或速成版。 The build number is irrelevant as it indicates a VERSION and is shared between EDITIONS. 内部版本号无关,因为它表示版本,并且在EDITIONS之间共享。

and want to free it of the limitations of the 10gb database size and use of only 1 core. 并希望摆脱10gb数据库大小的限制并仅使用1个内核。

There is no MS product with this limitation. 没有MS产品具有此限制。 the 10gb limit indicates a SQL Server express 2008 R2 or higher IIRC (could be 2012) but that is limited to my knowledge to one PROCESSOR, not one core. 10gb的限制表示SQL Server Express 2008 R2或更高版本的IIRC(可能是2012年),但据我所知仅限于一个处理器,而不是一个内核。 Also it never was a database limitation - there is an easy way to bypasss it if you store large blobs by moving them out of the file into files (the FILESTREAM storage managed by SQL Server). 此外,它从来都不是数据库的限制-如果您通过将大型Blob从文件中移出到文件(由SQL Server管理的FILESTREAM存储)中来存储大型Blob,则有一种简单的方法可以绕过它。

My question is, what is involved in upgrading from the free version to the MSSQL Standard version? 我的问题是,从免费版本升级到MSSQL Standard版本涉及什么?

It is impossible to update - you can uninstall and reinstall, or install side by side. 无法更新-您可以卸载并重新安装,或并排安装。

SQL Server has for ages supported multiple (named) instances. SQL Server具有支持多个(命名)实例的年龄。 So you can install the second version side by side. 因此,您可以并排安装第二个版本。

Its an online server in a data centre in the UK (I am in Spain) so obviously cannot insert the dvd/cd into the server 它是英国(我在西班牙)数据中心中的在线服务器,因此显然无法将dvd / cd插入服务器

Really? 真? I do that regularly from europe to my servers in the USA. 我定期从欧洲到美国的服务器进行此操作。 Modern servers supporte remote DVD drives.... for about 10 years or so that is not exactly super complicatd. 现代服务器支持远程DVD驱动器...大约十年了,这并不十分复杂。 THAT SAID: SQL Server never needed the DVD, it always only needed the files, which you can copy. 说:SQL Server永远不需要DVD,它总是只需要您可以复制的文件。

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

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