How is this product limited in comparison to the other SKUs?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

Check out SQL Server Editions page at Microsoft. Also this Feature Comparison Chart at Microsoft.

Essentially:

  • 1 CPU
  • 4Gb maximum database size
  • Unlimited users
  • No SQL Server Agent support
  • Still has support for procedures, triggers & functions
  • Need Management Studio Express or Higher to manage the instance
link|improve this answer
feedback

Per the product info page (toward the bottom):

SQL Server Express supports 1 physical processor, 1 GB memory, and 4 GB storage

link|improve this answer
feedback

Is the 4 GB limit (which in R2's case has been increased to 10 GB), implies to total storage or per database?

link|improve this answer
1  
it is per database. – SqlACID May 24 '10 at 10:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.