3

Does anyone out there use SQL Express 2008 R2 in a production environment?

I am looking at hosting a Windows VPS as a server for a client software product I have developed.

Clients connect to the server, send their data to a service running on the server, and the service updates the database.

I'm trying to keep running costs down, and whilst I have a license for SQL Developer I obviously can't use this in a production environment.

Would it be wise/possible to use SQL Express 2008, and if so why/why not?

Thanks,

JD

4

2 回答 2

2

我在生产环境中使用 2008R2,只要您保持在限制范围内,就可以了。需要注意的一件非常重要的事情是数据库大小限制现在是 10GB(从 4GB 上调)但是所有其他限制都保持不变,即 CPU 使用率和用于缓冲池的内存。

只是为了获得更多信息,这个项目是一个在线多项选择测试系统,所以我没有存储大量数据,但我存储了很多行。要求之一是托管 power point 演示文稿和其他阅读材料,为此我使用了 filestream 功能,因为使用 filestream 存储的文件不计入 4GB/10GB 大小限制

于 2010-05-04T12:02:55.060 回答
1

客户支付什么费用?访问您的软件?

坏消息:您的 Windows 许可证也无效 - 您需要 SPLA。

无论如何,在 SPLA 下,您可以许可 SQL Server 的 Web 版本。也就是说,从技术上讲,只要它足够好,使用快递版是完全可以的。它有一些限制,但是如果您例如出售诸如 quickbooks -4gb 之类的东西,那么您的金融交易空间就很大;)您的里程可能会很谨慎。

于 2010-04-26T09:58:09.400 回答