Choosing between SQL Server Express and SQL Lite

Viewed 45268

I have a project requirement to choose a light database for the application.

It's required to choose between SQL Server Express Edition or SQLLite. Which one would be efficient and reliable. I am supposed to run it under Windows 7/Windows 2008 R2. I am newbie in the database programming. It would be helpful if you can share some information in terms of

  1. Reliability
  2. Stability
  3. Size Limits
  4. Memory consumption
  5. Performance
2 Answers
Related