Suggestions on including free database products to include in an application - SQL Server Express or
Posted
by superartsy
on Stack Overflow
See other posts from Stack Overflow
or by superartsy
Published on 2010-06-10T15:41:43Z
Indexed on
2010/06/10
23:22 UTC
Read the original article
Hit count: 164
database
I am working on an enterprise level product that is designed around SQL Server Express and specifically its features (views, concurrent users, stored procedures, CASE and IF statements).
Though we don't use any advanced SQL Server features, the database size limit of 4GB in the Express edition may up being a limitation. A work-around is that customers can move to more full-featured versions of SQL Server.
The problem is that SQL Server Express deployment is not easy, and the installer size is huge. This is a major drawback for someone looking to try our product. You don't want end-users to not buy a product because the download is huge.
Does anyone have any recommendations of a database that has a smaller footprint but all the features of Express and which can be migrated to express?
© Stack Overflow or respective owner