Throughout my dev career I've seen these scenarios:
1.Corporates will not have a problem with buying SQL Server( like MSSQL Enterprise etc) since they're rich.
2.MySQL was the choice of db for a piece for a pharmacy-software solution since some pharmacies are not rich, this was using vb6.
3.And then currently, while at my company we prefer to use MS SQL 2008, old clients and even some new clients use a free version of MS SQL 2000, so the issue of paying for sql server pops up now and again - albeit rarely.
Now I know that MS SQL 2012 express comes with 10GB limit per db which is quite big and probably enough for many scenarios, but is it worth it to use free dbs like MySQL/PostgreSQL so one doesn't have to worry about the client having to purchase the db(and db size limitation in the case of ms sql express) - thus saving costs?
Thanks
1.Corporates will not have a problem with buying SQL Server( like MSSQL Enterprise etc) since they're rich.
2.MySQL was the choice of db for a piece for a pharmacy-software solution since some pharmacies are not rich, this was using vb6.
3.And then currently, while at my company we prefer to use MS SQL 2008, old clients and even some new clients use a free version of MS SQL 2000, so the issue of paying for sql server pops up now and again - albeit rarely.
Now I know that MS SQL 2012 express comes with 10GB limit per db which is quite big and probably enough for many scenarios, but is it worth it to use free dbs like MySQL/PostgreSQL so one doesn't have to worry about the client having to purchase the db(and db size limitation in the case of ms sql express) - thus saving costs?
Thanks