What are differences between SQL Server 2008 Express R2 and SQL Server 2008 Enterprise R2 version? Actually I want to know all exact limitations in Express version which are not in Enterprise version. Like Max DB file si开发者_StackOverflow社区ze etc
Check out the SQL Server Editions Comparison which lists in great detail what the limitations of each edition are.
The most relevant limitations of the SQL Server 2008 R2 Express edition are:
- uses only 1 CPU
- can use max of 1 GB of RAM
- is limited to 10 GB of database size
Actually I want to know all exact limitations in Express
there are way to many differences between the free Express version and the Enterprise version, so just go to this Microsoft SQL Server Compare Editions tool.
精彩评论