Hacker News new | ask | show | jobs
by orionblastar 3432 days ago
I think you mean MS SQL Server, it is faster and has more features than Access.

Access is good to prototype a database and use GUI/UX controls to make forms and other stuff. It is good for small projects, but once you need to upscale you need to go to SQL Server. I did this in the late 1990s and early 2000s migrated databases from Excel and Access to SQL Server.

On Linux, people use MySQL or PostgreSQL for the same reason and upgrade from SQLlite3 etc.