NuoDB vs SQL Server comparison

Cancel
You must select at least 2 products to compare!
NuoDB Logo
328 views|213 comparisons
Microsoft Logo
33,485 views|25,100 comparisons
Comparison Buyer's Guide
Executive Summary

We performed a comparison between NuoDB and SQL Server based on real PeerSpot user reviews.

Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools.
To learn more, read our detailed Relational Databases Tools Report (Updated: March 2024).
765,386 professionals have used our research since 2012.
Q&A Highlights
Question: How does NuoDB compare to MySQL and SQL Server?
Answer: Hi, I'm not familiar with NuoDB, since I work mostly with MS SQL, but it seems that it's main advantage is that it can be scaled very easy: "In the interest of full disclosure, I work for NuoDB as a technology evangelist. I have also had very good experiences with SQL Server in the past. However, I don't think it's necessary to view this posting through the lens of SQL Server vs. NuoDB. In my opinion it's about selecting the right tool for the job. NuoDB has introduced a new innovation that enables developers to build their applications on a single logical database and scale their database horizontally to handle predictable and unpredictable spikes in traffic . Horizontal scaling happens completely transparently and without any changes to the application itself. Feel free to try it for yourself. We ship with a sample eCommerce application that demonstrates our capabilities. We also ship with our own ADO.NET driver so you can continue to use the great tools that come with Visual Studio and SQL Server for development and reporting." On the other hand, 2014 has also increased scalability: "SQL Server 2014 has increased the number of logical processors to 640 and memory up to 4 TBs." I can't imagine the company where this won't be enough :) The hardware is the last option for dealing with performance problems. The right architecture and database design usually solves all performance problems. There is so many features in ms sql server, years of studying of the best developers in the world, still far from perfect but could be used in many different scenarios. I guess NuoDB is more narrow, oriented to some specific scenario and for that scenario could be better than MS SQL. As I say, I'm not familiar with it. But from description it is very positive. So, it depends on your needs. You must discover your needs and than find if NuoDB would satisfy them. And also budget have usually important role. MySQL has far less features than MSSQL, but it comes with less cost and since users typically use only 30% of MS SQL features, it could be enough. So, again, it depends on your needs. In our company budget for SQL server is not the case, so we decided for MS SQL, which is overall better(in the way that it covers more scenarios) product than my sql, probably more comparable with oracle than mysql. And also important aspect is that your needs could change, and with MS SQL you are probably on safe side while with my sql you could got stuck. Sometimes it is better to buy the product which could support the most, even if many of the features you don't need today. br, Simon
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pricing and Cost Advice
Information Not Available
  • "The free version is cumbersome to use and maintain. But $5000 for a licence is more expense than the benefit I would get from a licensed version. A licence might be worth the price to simplify management and speed up searches."
  • "​We are a Microsoft shop, so we use Active Directory. That integrates well with this product, but we did look at Oracle. We also looked at IBM. This was the best price point for us for what we were getting.​"
  • "​It has the easiest licensing."
  • "This is a downside of enterprise Microsoft products."
  • "Currently, almost all of my machines are in Azure and I think it is the best way of licensing now (VM+software)."
  • "The price has been going higher and higher. The market is quite price sensitive."
  • "My advice is quite straightforward. If you know the number of users who really and truly need access to the Server then it is a no-brainer. If you do not know, then get the basic package and minimum licenses and start from there. Needless to say, users can develop/use data structures outside and then deploy onto the Server."
  • "The setup cost is high, but it will return every penny."
  • More SQL Server Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
    765,386 professionals have used our research since 2012.
    Answers from the Community
    Avigail Sugarman
    it_user71118 - PeerSpot reviewerit_user71118 (e-Learning Systems Developer Analyst at a university with 1,001-5,000 employees)
    Vendor

    Every one has its good and its not so good parts. MySQL is suffering from derived queries index usage, but it can simulate variables assignments as in a while/end loop when processing rows. MS SQL cannot simulate loops with conditional variable assignments in statements, but it is optimizing multiple layers of queries.
    On the other hand NuoDB is designed for cloud storage/access and on the spot manipulation of configuration, where MS & My can have clusters pre defined and configured, Hadoop is an extension for MySQL to make it work in clusters. MS SQL also supports clusters within a defined group or with extra configuration steps for different cluster groups. All servers support big data but every one has its limitations and it really depends on your functionality requirements. Remember also cloud data are open from everywhere and extra security steps should be planned for compliance and regulations on top of the standard security credentials and filtering which apply to secured physical office placed servers.

    it_user116742 - PeerSpot reviewerit_user116742 (Oracle Web Administrator at a tech services company with 1,001-5,000 employees)
    Consultant

    SQL Server for big data but MySQL for small data. I support MySQL.

    it_user114921 - PeerSpot reviewerit_user114921 (Works)
    Vendor

    Please check out this link: http://db-engines.com/en/system/Microsoft+SQL+Server%3BMySQL%3BNuoDB

    Questions from the Community
    Ask a question

    Earn 20 points

    Top Answer:SQL Server is fairly priced because it has various editions, depending on the number of users, servers, or core packs you are using. If you compare the product to others in this category, the prices… more »
    Top Answer:SQL Server has helped my organization through partitioning to distribute the workload, as it splits them up into smaller pieces so the machines can easily deal with it. However, this comes with a high… more »
    Top Answer:My company connects through SQL Server authentication. We have company Windows accounts, but we do not want to connect the two, out of security concerns and to keep things separated for our own… more »
    Ranking
    Views
    328
    Comparisons
    213
    Reviews
    0
    Average Words per Review
    0
    Rating
    N/A
    Views
    33,485
    Comparisons
    25,100
    Reviews
    26
    Average Words per Review
    361
    Rating
    8.6
    Comparisons
    MariaDB logo
    Compared 19% of the time.
    SAP HANA logo
    Compared 14% of the time.
    Oracle Database logo
    Compared 13% of the time.
    IBM Db2 Database logo
    Compared 9% of the time.
    LocalDB logo
    Compared 9% of the time.
    Also Known As
    Microsoft SQL Server, MSSQL, MS SQL
    Learn More
    Overview
    NuoDB is a distributed database that can be deployed in any datacenter, in any cloud, anywhere, without the compromises inherent in other NewSQL solutions. Distributed SQL Database

    SQL Server is a relational database management system (RDBMS) by Microsoft. The product's main purposes are to store data and retrieve it as requested by other software applications - on the same computer or on another computer across a shared network. The solution is built on top of Structured Query Language (SQL), which is a standardized programming language used for relational database management.

    The product is tied to Transact-SQL (T-SQL), which is an implementation of SQL from Microsoft that adds several proprietary programming extensions to the standard language. SQL Server is built similarly to other RDBMS products, as its structure is a row-based table that connects related data elements in different tables to one another. One of its most important components is the SQL Server Database Engine, as it controls data processing, storage, and security. Beneath the Database Engine is the SQL Server Operating System, which is used for memory and I/O management, locking data to avoid unneeded upgrades, and job scheduling.

    The solution has four editions with different sets of services and tools. They include:

    • SQL Server Developer
    • SQL Server Expression
    • SQL Server Standard 
    • SQL Server Enterprise

    The first two are available for free and are typically utilized by smaller companies, as they work with fewer functions and storage. The second two editions are generally used by bigger organizations and enterprises and offer more features.

    The solution has several functions through which users can facilitate different data-related processes. These include:

    • Aggregate functions: These functions are used to calculate one or more values and return a single value.

    • Window functions: Window functions calculate an aggregate value based on a group of rows and return multiple rows for each involved group.

    • Date functions: These functions allow clients to handle data and time data efficiently.

    • String functions: Through the string functions, SQL Server processes an input string and returns a string or numeric value.

    • System functions: The system functions of the product return objects, values, and settings.

    SQL Server Services

    SQL Server has a wide range of add-on services that provide additional benefits beyond database management. These services include:

    • Machine learning: SQL Server machine learning services allow users to do machine learning and data analytics within the product.
       
    • Service broker: This feature is a part of the database engine and offers messaging and message queuing for applications on the platform.

    • Replication: This feature consists of transaction replication, merge replication, and snapshot replication. 

    • Analysis: SQL Server Analysis Services (SSAS) adds online analytical processing (OLAP) and data mining capabilities to SQL Server databases.

    • Reporting: This feature supports the development of custom reporting applications.

    • Notifications: This feature generates data-driven notifications which are sent to subscribers of Notification Services.

    • Integration: This SQL Server feature provides capabilities for data integration, data import, and data warehousing.

    • Full-text search: Through this feature, users can utilize specialized indexing and query for unstructured text stored in the solution.

    • Visual studio: This feature supports data programming with SQL Server.

    • Azure Data Studio: This is a cross-platform query editor that can be downloaded and used alongside SQL Server.

    SQL Server Benefits

    The solution has many benefits for users. These include the following:

    • The platform ensures a consistent experience across other platforms while being fast and agile.

    • Through the built-in intelligence features, users can understand their data better.

    • The solution has enterprise-level security, which ensures the smooth and safe performance of users' data.

    • SQL Server offers the ability to retrieve large amounts of data quickly and efficiently.

    • The product installation process is fairly easy, and it offers a user-friendly interface.

    • SQL Server offers improved data storage and retrieval functions through frequent upgrades.

    • The solution reduces the risk of database server attacks, since it is not an open-source database.

    Reviews from Real Users

    A president at a consultancy evaluates SQL Server as a veteran solution with critical log shipping feature

    Harkamal S., a user at a manufacturing company, rates SQL Server with a high mark because it is a stable, scalable, and easy-to-deploy solution that pretty much covers everything.

    Sample Customers
    Forbes, UAE Exchange, GadgetKeeper
    Microsoft SQL Server is used by businesses in every industry, including Great Western Bank, Aviva, the Volvo Car Corporation, BMW, Samsung, Principality Building Society, Wellmark Blue Cross and Blue Shield, and the Catholic District School Board of Eastern Ontario.
    Top Industries
    No Data Available
    REVIEWERS
    Financial Services Firm18%
    Computer Software Company12%
    Manufacturing Company10%
    Comms Service Provider5%
    VISITORS READING REVIEWS
    Educational Organization42%
    Financial Services Firm9%
    Computer Software Company8%
    Manufacturing Company5%
    Company Size
    No Data Available
    REVIEWERS
    Small Business41%
    Midsize Enterprise21%
    Large Enterprise39%
    VISITORS READING REVIEWS
    Small Business13%
    Midsize Enterprise48%
    Large Enterprise39%
    Buyer's Guide
    Relational Databases Tools
    March 2024
    Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools. Updated: March 2024.
    765,386 professionals have used our research since 2012.

    NuoDB is ranked 28th in Relational Databases Tools while SQL Server is ranked 1st in Relational Databases Tools with 245 reviews. NuoDB is rated 0.0, while SQL Server is rated 8.4. On the other hand, the top reviewer of SQL Server writes "A stable, scalable, and easy-to-deploy solution that pretty much covers everything". NuoDB is most compared with Oracle Database, whereas SQL Server is most compared with MariaDB, SAP HANA, Oracle Database, IBM Db2 Database and LocalDB.

    See our list of best Relational Databases Tools vendors.

    We monitor all Relational Databases Tools reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.