TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Microsoft Access

    Score7.5 out of 10
    N/AMicrosoft 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

    Scala

    Score6 out of 10
    N/AScala in Malvern, PA offers their digital signage software which provides Designer for content design, Content Manager for content organization and control, and Player for content viewing. Notably the software supports a wide array of digital signage including touchscreen kiosks and service for direct customer engagement and interaction.N/A
    Pricing
    Microsoft AccessScala
    Editions & Modules
    Microsoft Access
    $139.99
    per PC
    No answers on this topic
    Offerings
    Pricing Offerings
    Microsoft AccessScala
    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 AccessScala
    Considered Both Products
    Microsoft
    No answer on this topic
    Scala
    No answer on this topic
    Key User Insights
    Would buy again
    97%
    Would buy again
    29 Answers
    No answers on this topic
    Delivers good value for the price
    97%
    Delivers good value for the price
    29 Answers
    No answers on this topic
    Happy with the feature set
    93%
    Happy with the feature set
    28 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    86%
    Lived up to sales and marketing promises
    19 Answers
    No answers on this topic
    Implementation went as expected
    91%
    Implementation went as expected
    21 Answers
    No answers on this topic
    Features
    Microsoft AccessScala
    Relational Databases
    Comparison of Relational Databases features of Microsoft Access and Scala
    Feature
    Microsoft Access
    7.7
    3 Ratings
    5% below category average
    Scala
    -
    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
    Best Alternatives
    Microsoft AccessScala
    Small Businesses
    Amazon RDS
    Score8.1 out of 10
    No answers on this topic
    Medium-sized Companies
    SingleStore
    Score8.2 out of 10
    No answers on this topic
    Enterprises
    SAP IQ
    Score5.4 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Microsoft AccessScala
    Likelihood to Recommend
    7.4
    (102 ratings)
    6.4
    (2 ratings)
    Likelihood to Renew
    10.0
    (15 ratings)
    -
    (0 ratings)
    Usability
    7.6
    (8 ratings)
    -
    (0 ratings)
    Availability
    8.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    6.4
    (5 ratings)
    8.8
    (2 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 AccessScala
    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.
    Incentivized
    Read full review
    Scala
    If you are in the data science world, Scala is the best language to work with Spark, the defacto data science data store. I think that is really the main likely reason I would ever recommend Scala. Another reason is if you already have a team of programmers familiar with functional programming, e.g. they all have years of Haskell experience. In that case, I definitely think Scala is a superior and faster-growing language than Haskell and that picking up Scala after Haskell should be quick.
    Incentivized
    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!
    Incentivized
    Read full review
    Scala
    • Organizing different playlists.
    • Coordinating content schedule and running time.
    Incentivized
    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.
    Incentivized
    Read full review
    Scala
    • The built-in compiler, scalac, is sssssssssslllllooooowwwwww. I mean like, if you thought the Java compiler was slow, try Scala! The default compiler on my 12k line codebase takes 4 minutes to compile from scratch on my i7 quad-core machine. This can be mitigated through the paid solution of Hydra which compiles your code in parallel. Unfortunately, it's quite expensive and your legal department or finance department may not approve of it. But if they do, for me, it reduced my compile time down to 80 seconds, much more manageable.
    • Scala is not going anywhere and support for it is slowly dying. This is the main reason I would not choose Scala for my next company or project. Important Scala libraries such as secure social (which is used for OAuth, a major requirement of every web app) are hardly maintained. Another library that suffers from lack of updates is Slick, the database mapper. There aren't enough engineers working on it to even provide support for the new features that came out in Postgres 9.0 (e.g. JSONb). There is simply not enough of a community to drive Scala forward and keep 3rd party libraries up to date as Java world does it.
    • As a corollary of a stagnant community, hiring Scala developers is hard as well. Of the 30 backend engineers we've hired, only 3 came in already knowing Scala. And as I will mention below, this is a BIG problem because learning Scala is really tough.
    • The learning curve for Scala is very, very steep. Anecdotally, I came into my current company with strong Java experience. Java is the closest language to Scala but it took me 6 months before I stopped needing to pair program on easy tickets. It doesn't help that Scala has some weird syntax like Map[A, +B] and that it forces you to do functional programming.
    Incentivized
    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
    Scala
    No answers on this topic
    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.
    Incentivized
    Read full review
    Scala
    No answers on this topic
    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.
    Incentivized
    Read full review
    Scala
    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.
    Incentivized
    Read full review
    Scala
    The customer service team is very responsive and usually returns calls or emails within a couple of hours of placing a request or inquiry. Just about every rep I've spoken to has been very thorough and helpful, walking me through each problem and explaining the solutions in a way that's easy to understand.
    Incentivized
    Read full review
    Implementation Rating
    Microsoft
    there is no key idea, since it is easy to implement Microsoft Access
    Read full review
    Scala
    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.
    Incentivized
    Read full review
    Scala
    No answers on this topic
    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.
    Incentivized
    Read full review
    Scala
    • Negative: slow engineer onboarding. As I mentioned before, it took me 6 months to get up-to-speed on Scala and didn't need to bother more senior Scala engineers anymore for help with every ticket. That's hundreds of hours I wasted of myself and other engineer's time.
    • Positive: thread safety, no concurrency bug. The ROI on this one is really hard to calculate, but I do believe Scala has saved me hundreds of hours over the past few years by allowing me to never have to worry about deadlocks or race conditions. Scala is simply so safe we've never had race conditions within the JVM before.
    • Negative: third-party libraries aren't maintained so we have to fork and update them ourselves. As I mentioned before, we use Securesocial but it stopped receiving updates and there is simply no alternative to it. So, we forked it and put an engineer on it for a month to get it back up-to-date. What a waste of his time!
    Incentivized
    Read full review
    ScreenShots