Database suggestion
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:12 UTC
Read the original article
Hit count: 205
database
I am working on an enterprise level product that is designed around SQL Express Database ( views,concurrent users,stored procedures,case,IF).Though we dont use any SQL Server advanced features, if the database size of 4Gb in express ends up being a limitation customers can move to advanced versions of SQL Server. However my problem is, SQL Express deployment is not easy and the installer size is huge. This is a major drawback for someone looking to try our product.You dont want end users to not buy a product becos 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