简体   繁体   English

SQL Server内存限制解决方案

[英]SQL Server memory limit solution

SQL Server express editions have memory limit of 1GB. SQL Server Express版本的内存限制为1GB。 Can I install multiple versions of SQL Servers say SQL Server 2005 and SQL Server 2008, both express editions on same machine and expect that both will use 1GB memory limit separately. 我可以安装多个版本的SQL Server,例如SQL Server 2005和SQL Server 2008,这两个版本都在同一台计算机上,并且都期望它们分别使用1GB的内存限制。 Is it true? 是真的吗 I have two DBs and I can attach one to 2005 edition and other to 2008 edition. 我有两个数据库,我可以将一个附加到2005版,另一个附加到2008版。 Any suggestion please. 请提出任何建议。 Will it work or not? 会行吗?

Yes. 是。

A SQL Server install is called an "instance", which allows you to have multiple instances various versions (including the same one). SQL Server安装称为“实例”,它使您可以拥有多个实例的各种版本(包括相同的版本)。

My recommendation would be that if you aren't using an instance, that it not be turned on or it'll be reserving memory that could be used for other things. 我的建议是,如果您不使用实例,则不要打开该实例,否则它将保留可用于其他用途的内存。

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

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