This question does not appear to be about programming within the scope defined in the help center.
Clos开发者_如何学JAVAed 7 years ago.
Improve this questionJust a question... For an instance, I want to develop a payroll system for a business, Is it legal to use SQL Server Express Edition?
Yes. YES. YES!!! Totally, absolutely FREE for anyone to use in development and production.
From the relevant Microsoft web site:
Easy to get. Free to use.
- Available free for both development and deployment.
- Quickly build and deploy your database solution.
- Backup and restore with ease.
- Available with a graphical management tool, reporting capabilities, full-text search, and spatial support.
- Ideal for building Web sites and apps, small scale LOB solutions or for redistribution with ISV applications.
As found on MSDN, you can use SQL Server Express Edition in production environment but you have to consider some technical limitations:
- maximum of 1 processor, up to 4 cores allowed
- maximum memory utilized (per instance of SQL Server Database Engine) 1GB
- maximum relational Database size 10GB
精彩评论