SQL Server2005开发版和企业版有什么区别
发布网友
发布时间:2022-04-25 12:29
我来回答
共1个回答
热心网友
时间:2022-04-13 09:02
以功能言,开发版与企业版的功能一模一样。
微软是如此说的:
Notes: SQL Server 2005 Developer Edition and Evaluation Edition are not listed in the tables. These editions have the same feature set as the Enterprise Edition; the only difference between these editions is the licensing policies.
意思很明显,开发版与企业版的功能完全相同,只是licence(许可)策略不同.
两者的差别,除了开发版只被授权用于开发和测试系统,不能作为生产服务器。
其他的差别是:
企业版的数据库引擎只能安装在 Win2003Server(或其他Server)。
开发版可以安装在 WindowsXP 等桌面系统上。
开发版在可以在 WindowsXP 等桌面系统上使用,估计性能不如企业版。