-1

When considering to use an Express Edition of SQL Server 2008 for a system that officially is only tested with full editions, what do I need to know about the limitations?

Memory, connections? What about backup and restore features? Can I set up automatic backups of certain databases on the Express edition?

lox
  • 157
  • 1
  • 7

1 Answers1

3

Looks like you want this msdn page.

Basically, you're limited to 1 CPU, 1 GB RAM usage, 10 GB database size, no high-availability options, and the bare-bones basics in every other category.

(Regarding the backups, I believe it's doable, but you'll [probably] have to use the SQL Management Studio provided with a proper SQL edition to set those up.)

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208