WalletInspector
WalletInspector

Reputation: 13

SQL Server: Express or Commercial

I need to develop an application that's going to be used by around 30 users across various locations. Is SQL Express sufficient, or would I need to look into a commercial license? Thanks!

Upvotes: 0

Views: 39

Answers (1)

Randy Minder
Randy Minder

Reputation: 48402

The Express edition isn't limited by number of users. What's more important is the potential size of your DB. SQL Express limits the DB size to 10GB (I think). So if you think your DB will grow bigger than this, Express won't be the right choice. Also, I believe Express is limited to 1GB of RAM (which isn't much).

Upvotes: 2

Related Questions