We want to allow some of our low budgeted small curstomers to use SQL Server Express or similar with our Visual Studio 32 bit applications.
These customers will only have about 1-2 Gb of data, and around 2-5 regular concurent users each with several hundred record writes per day, and maybe 25 other users with one to five record writes per day each.
They have Windows 2008 or 2012 R2 Servers where SQL Server Express will be installed and the client systems are any where from W7 to W10 where the application is installed. Some will also run the application over Terminal Server.
They will need normal recordset reads and writes and need to run bulk updates.
I would also like to be able to pass data between the database on the server and a local desktop SQL Server database.
(No reporting services are needed)
Will SQL Server Express 2014 serve this purpose fine, or should we use a different database like MySql or Firebird?
If SQL Server Express 2014 is a good choice, then which download to we need (the Management Studio is also requested)
MS SQL Server Express 2104 Download Link
I am thinking we will need the "ExpressAndTools 32BIT\SQLEXPRWT_x86_ENU.exe" download and either the "Express 32BIT\SQLEXPR_x86_ENU.exe" or the "Express 32BIT WoW64\SQLEXPR32_x86_ENU.exe" download
Thnak you!