SQL 我可以在商业应用程序中使用免费的 SQLServer Express
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2011716/
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
Can I use free SQLServer Express in commercial app
提问by sandip
Can I use free SQLServer Express in my commercial windows project? Are there any license issues? How many nodes it supports in multiuser environment ?
我可以在我的商业 Windows 项目中使用免费的 SQLServer Express 吗?是否有任何许可证问题?它在多用户环境中支持多少个节点?
回答by Oded
回答by Paul Turner
SQL Server Express is distributed for free and can be used reliably in any small business application.
SQL Server Express 是免费分发的,可以在任何小型企业应用程序中可靠地使用。
The Wikipediaarticle is quite good at highlighting the key drawbacks of using an Express edition compared to a commercial SQL Server instance. Most notable perhaps is the lack of a SQL Server Agent process, which is usually used for job scheduling.
在维基百科的文章是突出使用Express版本相比,商业SQL Server实例的主要缺点相当不错。最值得注意的可能是缺少通常用于作业调度的 SQL Server 代理进程。