sql-server - SQL Server 2008 Express 可以用于提供商业网络托管服务吗?

标签 sql-server

我了解到 SQL Server 2008 Express R2 数据库大小限制已增加至 10G。那是好消息。

我可以使用 SQL Server Express 版本向公众提供 Web 托管服务吗?微软应该最好地回答这个问题,但我在他们的网站上找不到明确的答案。

我还看到一些 Windows Web 托管计划包括 SQL Server 作为总包,价格低于 5 美元/月。我想知道他们如何负担得起提供此服务。

最佳答案

提供商如何以 5 美元/月的价格提供 SQL Server?您需要成为服务提供商并购买批量许可。请参阅Licensing Options For Services Providers 。请联系 Microsoft 了解详细信息和定价。

至于 Express 和托管,请参阅 Express weblog 中的指南:

Several questions have come up lately regarding whether SQL Server Express is an appropriate product to be used in a hosting environment. Here are the answers:
- User Instances (also known as RANU) available with SQL Server Express Edition, are NOT RECOMMENDED for hosting environments.
- Shared hosting: SQL Server Express Edition is NOT RECOMMENDED for shared (multi-tenant) hosting as the scale limits and memory handling do not allow it to meet the requirements of such an environment. SQL Server Standard Edition or Enterprise Edition are the best choice for shared hosting.
- Dedicated hosting: All versions of SQL Server including Express Edition are RECOMMENDED for dedicated (single-tenant) hosting environments. SQL Server Express Edition is a great way to provide a free copy of SQL Server with low cost Windows Server offerings. Where customers require more advanced features or higher scale, Workgroup Edition, Standard Edition, and Enterprise Edition are all options.

还有这份白皮书SQL Server 2005 Deployment Guidance for Web Hosting Environments .

本指南的大部分内容适用于 SQL Server 2005,但从技术角度来看,它主要适用于 2008 和 2008 R2。至于许可问题,请一如既往地联系 Microsoft 代表。

关于sql-server - SQL Server 2008 Express 可以用于提供商业网络托管服务吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2746033/

相关文章:

c# - 执行非查询时出现SqlException 'timeout expired',但插入了数据

sql - 如何在使用 LIKE 运算符的地方使用 split 函数

sql-server - 窗口函数和 NEXT VALUE FOR 函数不支持常量作为 ORDER BY 子句表达式

java - PHP 上的 Java 应用程序模拟

SQL - 查询获取服务器的IP地址

android - Realm 对象服务器 + MSSQL/MySQL

sql - 避免在 SQL-Server 中自动创建 XML 标签

sql - 用根包裹 XML 值 - sql server

SQL:如何像 SELECT TOP @amount 中那样使用 TOP 参数?

python - SQL Server、Python 和 OS X