Microsoft Access vs. Azure SQL Database

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Microsoft Access
Score 7.5 out of 10
N/A
Microsoft Access is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.
$139.99
per PC
Azure SQL Database
Score 8.4 out of 10
N/A
Azure SQL Database is Microsoft's relational database as a service (DBaaS).
$0.50
Per Hour
Pricing
Microsoft AccessAzure SQL Database
Editions & Modules
Microsoft Access
$139.99
per PC
2 vCORE
$0.5044
Per Hour
6 vCORE
$1.5131
Per Hour
10 vCORE
$2.52
Per Hour
Offerings
Pricing Offerings
Microsoft AccessAzure SQL Database
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Microsoft AccessAzure SQL Database
Considered Both Products
Microsoft Access
Chose Microsoft Access

With [Microsoft] Access I am able to quickly create simple database driven solutions with built in UI and reporting in one tool. Advanced coding is not necessary and the tool guides you through building out. Opponents for a robust, end-to/end product.

Chose Microsoft Access
SharePoint is good for simple data structures, use of workflow, integration with AD, etc. But SharePoint does not support fully relational data or complex reporting, whereas Access absolutely does.
Chose Microsoft Access
Tableau is not even a 'switch-out' tool, it's for visualization so it's not a fair comparison. Against other databasing tools, MySQL is still my favorite may be simply due to being a creature of comfort because that's where I first learned to manage DB. However, Microsoft …
Azure SQL Database
Chose Azure SQL Database
I selected Azure SQL because it integrates nicely with the technology stacks we currently maintain. The pricing is right, and clients are happy with that. Scaling is easy. Most of our clients don't want to maintain a full-blown database server, and they don't need one. For …
Chose Azure SQL Database
The simplicity and great features and good support of Microsoft as well as the more reasonable flexible price than other competitors is one of the important reasons for choosing it.
Chose Azure SQL Database
It stacks up in different ways, for the most part, I think Microsoft is doing a really good job versus the competition. They basically started database type products from the beginning. I've always been excited about updates and can see their progress over time. Get's me really …
Features
Microsoft AccessAzure SQL Database
Relational Databases
Comparison of Relational Databases features of Product A and Product B
Microsoft Access
7.7
3 Ratings
3% below category average
Azure SQL Database
-
Ratings
ACID compliance7.02 Ratings00 Ratings
Database monitoring8.02 Ratings00 Ratings
Database locking8.03 Ratings00 Ratings
Encryption7.02 Ratings00 Ratings
Disaster recovery7.73 Ratings00 Ratings
Flexible deployment8.02 Ratings00 Ratings
Multiple datatypes8.03 Ratings00 Ratings
Database-as-a-Service
Comparison of Database-as-a-Service features of Product A and Product B
Microsoft Access
-
Ratings
Azure SQL Database
7.3
32 Ratings
15% below category average
Automatic software patching00 Ratings6.430 Ratings
Database scalability00 Ratings7.832 Ratings
Automated backups00 Ratings7.932 Ratings
Database security provisions00 Ratings8.832 Ratings
Monitoring and metrics00 Ratings6.831 Ratings
Automatic host deployment00 Ratings6.227 Ratings
Best Alternatives
Microsoft AccessAzure SQL Database
Small Businesses
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Medium-sized Companies
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Enterprises
SAP IQ
SAP IQ
Score 10.0 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Microsoft AccessAzure SQL Database
Likelihood to Recommend
5.0
(99 ratings)
8.0
(28 ratings)
Likelihood to Renew
10.0
(15 ratings)
8.0
(1 ratings)
Usability
7.0
(5 ratings)
9.0
(1 ratings)
Availability
8.0
(1 ratings)
-
(0 ratings)
Support Rating
6.4
(5 ratings)
9.0
(5 ratings)
Implementation Rating
10.0
(1 ratings)
-
(0 ratings)
Ease of integration
8.0
(1 ratings)
-
(0 ratings)
Product Scalability
5.0
(1 ratings)
-
(0 ratings)
User Testimonials
Microsoft AccessAzure SQL Database
Likelihood to Recommend
Microsoft
As a Material Purchasing/Planning/inventory tracking application, Microsoft Access serves its purpose well. It's presentation is clean, data entry is simple and the ability to customize search fields is welcome. It does, however, come with some caveats; namely, when setting search filters and the need arises to back up a step or two, with Microsoft Access you have to reset, or "clear all", adding extra steps/time to a query.
Read full review
Microsoft
We have found it's a great alternative for making older legacy applications work with online databases instead of only on-premises databases. We've converted over a dozen applications this way, and it has allowed our clients to have a distributed workforce using their applications without incurring the expense of a complete application rewrite.
Read full review
Pros
Microsoft
  • Very easy to create entity-relationship diagrams for various tables and designing mock layouts.
  • Really easy to navigate as it hold[s] the classic Microsoft UI. Another good thing is that it comes with the complete MS Office Suite.
  • It is really fast when joining multiple tables no matter what type of join.
  • Works on pretty much same SQL scripts so no need to learn a new language!
Read full review
Microsoft
  • Maintenance is always an issue, so using a cloud solution saves a lot of trouble.
  • On premise solutions always suffer from fragmented implementations here and there, where several "dba's" keep track of security and maintenance. With a cloud database it's much easier to keep a central overview.
  • Security options in SQL database are next level... data masking, hiding sensitive data where always neglected on premise, whereas you'll get this automatically in the cloud.
Read full review
Cons
Microsoft
  • Microsoft Access has not really changed at all for several years. It might be nice to see some upgrades and changes.
  • The help info is often not helpful. Need more tutorials for Microsoft Access to show how to do specific things.
  • Be careful naming objects such as tables, forms, etc. Names that are too long can get cut off in dialog boxes to choose a table, form, report, etc. So, I wish they would have resizable dialog boxes to allow you to see objects with long names.
  • I wish it could show me objects that are not in use in the database for current queries, tables, reports, forms, and macros. That way unused objects can be deleted without worrying about losing a report or query because you deleted the underlying object.
Read full review
Microsoft
  • One needs to be aware that some T-SQL features are simply not available.
  • The programmatic access to server, trace flags, hardware from within Azure SQL Database is taken away (for a good reason).
  • No SQL Agent so your jobs need to be orchestrated differently.
  • The maximum concurrent logins maybe an unexpected problem.
  • Sudden disconnects.
  • The developers and admin must study the capacity and tier usage limits https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits otherwise some errors or even transaction aborts never seen before can occur.
  • Only one Latin Collation choice.
  • There is no way to debug T-SQL ( a big drawback in my point of view).
Read full review
Likelihood to Renew
Microsoft
I and the rest of my team will renew our Microsoft Access in the future because we use and maintain many different applications and databases created using Microsoft Access so we will need to maintain them in the future. Additionally, it is a standard at our place of work so it is at $0 cost to us to use. Another reason for renewing Microsoft Access is that we just don' t have the resources needed to extend into a network of users so we need to remain a single-desktop application at this time.
Read full review
Microsoft
This is best solution as a DBA one could expect from a service provider and as a cloud service, it removes all your hassles.
Read full review
Usability
Microsoft
Microsoft Access is easy to use. It is compatible with spreadsheets. It is a very good data management tool. There is scope to save a large amount of data in one place. For using this database, one does not need much training, can be shared among multiple users. This database has to sort and filtering features which seem to be very useful.
Read full review
Microsoft
The interfaces are intuitive once you are familiar with all the functions. The ability to use different tools to interact with the platform, such as directly via a browser or code editors such as VS Code or Visual Studio is a great option and allows for integrating withn the project and other testing and developing tools.
Read full review
Reliability and Availability
Microsoft
I don't think the program has ever failed me. It is one of those programs where there is always a solution if you know where to look.
Read full review
Microsoft
No answers on this topic
Support Rating
Microsoft
While I have never contacted Microsoft directly for product support, for some reason there's a real prejudice against MS Access among most IT support professionals. They are usually discouraging when it comes to using MS Access. Most of this is due to their lack of understanding of MS Access and how it can improve one's productivity. If Microsoft invested more resources towards enhancing and promoting the use of MS Access then maybe things would be different.
Read full review
Microsoft
We give the support a high rating simply because every time we've had issues or questions, representatives were in contact with us quickly. Without fail, our issues/questions were handled in a timely matter. That kind of response is integral when client data integrity and availability is in question. There is also a wealth of documentation for resolving issues on your own.
Read full review
Implementation Rating
Microsoft
there is no key idea, since it is easy to implement Microsoft Access
Read full review
Microsoft
No answers on this topic
Alternatives Considered
Microsoft
Excel is a fantastic - robust application that can do so much so easily. Its easy to train and understand. However - excel does not provide a reporting function and that is typically where we will suggest a move to [Microsoft] Access. [Microsoft] Access requires a little more knowledge of data manipulation.
Read full review
Microsoft
We moved away from Oracle and NoSQL because we had been so reliant on them for the last 25 years, the pricing was too much and we were looking for a way to cut the cord. Snowflake is just too up in the air, feels like it is soon to be just another line item to add to your Azure subscription. Azure was just priced right, easy to migrate to and plenty of resources to hire to support/maintain it. Very easy to learn, too.
Read full review
Return on Investment
Microsoft
  • Not having to recreate queries or reports every time you want to use them.
  • Once an item is created and saved as part of the database, you save manpower by not having to recreate them.
  • ROI from a usability standpoint is great. Solid product with great functionality that requires low maintenance usually.
Read full review
Microsoft
  • Perfect for small and medium databases, being very cost effective.
  • As a Platform as a Service, there is no concern about patches, upgrades and end of life.
  • Be aware of security and network capabilities. The service cannot run in the VNET as Azure Virtual Machines do.
Read full review
ScreenShots