Hello all,
I'm not sure if this question belongs in the SQL Server forum or here but I would like to get some opinions on using SQL Server 2008 for the back end of an MS Access 2013 Front End Database.
Number of users are up to 6 concurrent (generally 3).
The current size of the db (after 5 years) is 152,808KB (yes, KB - lol).
I'm considering SQL Server (vs. a standard Split Access db) for several reasons:
I wanted to get some validation on these points.
Also - I was looking for some advice, tips, and cautions on using SQL Server as the back end for an MS Access Front end as I have yet to 'walk down this path'.
Kindest regards.
Gunner
I'm not sure if this question belongs in the SQL Server forum or here but I would like to get some opinions on using SQL Server 2008 for the back end of an MS Access 2013 Front End Database.
Number of users are up to 6 concurrent (generally 3).
The current size of the db (after 5 years) is 152,808KB (yes, KB - lol).
I'm considering SQL Server (vs. a standard Split Access db) for several reasons:
- At some point, I may wish to allow clients to access their respective work orders in the system via the internet;
- SQL Server can support access from a wide-range of front-end software/platforms (this will support #1);
- Stability - the current Access database has numerous memory errors (that are undoubtedly caused by poor design) - I understand SQL Server is significantly more stable and less prone to corruptions (which, thankfully are not a big problem right now);
- I'm told that the SQL Server back end can grow almost infinitely (or at least significantly larger than the 2GB Access limit)
- Finally, I'm told that in addition to providing faster queries SQL Server is just a better platform and the way to go.
I wanted to get some validation on these points.
Also - I was looking for some advice, tips, and cautions on using SQL Server as the back end for an MS Access Front end as I have yet to 'walk down this path'.
Kindest regards.
Gunner
Comment