SQL Server 2008 Web 版不能做什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/592791/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-01 01:17:07  来源:igfitidea点击:

What cannot be done in SQL Server 2008 Web Edition?

sqlsql-server

提问by Jeremy H

What can you do in SQL Server 2008 Standard Edition that you cannot do in SQL Server 2008 Web Edition?

在 SQL Server 2008 标准版中可以做什么而在 SQL Server 2008 Web 版中不能做什么?

I've seen the Microsoft feature lists, but I am wondering from a very practicle standpoint where I am going to run into limitations.

我已经看过 Microsoft 功能列表,但是从非常实用的角度来看,我想知道我会遇到哪些限制。

采纳答案by dtc

Have you seen this matrix as well?

你也见过这个矩阵吗?

http://msdn.microsoft.com/en-us/library/cc645993.aspx

http://msdn.microsoft.com/en-us/library/cc645993.aspx

From what I can tell Web excludes a lot of the more advanced features, especially those related to development and data mining, but nothing that would stop you from using it for a non-enterprise web site's data source. It seems to be between the Express version and Standard version.

据我所知,Web 排除了许多更高级的功能,尤其是那些与开发和数据挖掘相关的功能,但没有什么能阻止您将其用于非企业网站的数据源。它似乎介于 Express 版本和 Standard 版本之间。

回答by Jesse Weigert

One of the biggest limitations is that it can't be a publisher for SQL replication. If you want to have multiple database and replication data between them, then you need at least one SQL server to be Standard or Enterprise to act as the publisher.

最大的限制之一是它不能成为 SQL 复制的发布者。如果您希望在它们之间拥有多个数据库和复制数据,那么您至少需要一台 SQL Server 是 Standard 或 Enterprise 来充当发布者。

回答by aidan

http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx

http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx

Edit: Sorry, you've probably already looked at the above.

编辑:抱歉,您可能已经看过以上内容。