Need advice about which tool to choose?Ask the StackShare community!

MSSQL

617
394
+ 1
3
Oracle

2.3K
1.7K
+ 1
113
Add tool

MSSQL vs Oracle: What are the differences?

## Key Differences between MSSQL and Oracle

Microsoft SQL Server (MSSQL) and Oracle are two popular relational database management systems that are widely used in enterprises worldwide. Both have their unique features and capabilities that make them suitable for different business requirements. Below are the key differences between MSSQL and Oracle.

1. **Licensing Cost**: MSSQL is considered to be more budget-friendly compared to Oracle, as Oracle's licensing costs are generally higher, especially for larger enterprises. This cost difference can be significant for businesses looking to minimize their expenses on database management systems.

2. **Supported Platforms**: MSSQL is primarily designed for the Windows platform, whereas Oracle is more versatile and supports multiple platforms like Windows, Linux, and Unix. This platform flexibility of Oracle provides users with more choices for deployment, depending on their infrastructure and IT environment.

3. **Performance Tuning**: While both MSSQL and Oracle offer tools for performance tuning, Oracle is known to have more advanced optimization techniques and features. Oracle Database's query optimizer is highly sophisticated, allowing for better query execution plans and overall performance efficiency compared to MSSQL.

4. **Scalability**: Oracle is often considered more scalable than MSSQL, especially when dealing with massive enterprise-level databases. Oracle's architecture and features, such as Real Application Clusters (RAC), make it easier to scale database resources horizontally and vertically, ensuring better performance and high availability.

5. **High Availability**: Oracle databases are known for their robust high availability solutions like Oracle RAC, Data Guard, and Active Data Guard, which provide seamless failover and data protection mechanisms. MSSQL also offers high availability features like AlwaysOn Availability Groups, but Oracle is generally perceived as having more sophisticated options and better reliability in this aspect.

6. **Maintenance and Support**: When it comes to maintenance and support services, Oracle typically offers more comprehensive and responsive support compared to MSSQL. Oracle's dedicated support team and extensive documentation resources make it easier for users to troubleshoot issues and keep their database systems running smoothly.

In Summary, Microsoft SQL Server (MSSQL) and Oracle have key differences in licensing cost, supported platforms, performance tuning, scalability, high availability, and maintenance and support. Businesses should consider these factors carefully when choosing a database management system that aligns with their specific needs and budget.
Advice on MSSQL and Oracle
Needs advice
on
MSSQLMSSQL
and
MySQLMySQL

We are planning to migrate one of my applications from MSSQL to MySQL. Can someone help me with the version to select?. I have a strong inclination towards MySql 5.7. But, I see there are some standout features added in Mysql 8.0 like JSON_TABLE. Just wanted to know if the newer version has not compromised on its speed while giving out some add on features.

See more
Replies (2)
Jeremy Jones
Digital Developer at SpeakUnique · | 6 upvotes · 272K views
Recommends
on
MySQLMySQL

MySQL AB doesn't implement anything in MySQL until they can find a way to do it efficiently and, often, more efficiently than other systems. So although I don't have experience with benchmarking JSON_TABLEs or similar new features, their development philosophy alone suggests that version 8 for the latest features would be a safe jump without sacrificing system performance.

See more
Rafey Iqbal Rahman
Recommends
on
MySQLMySQL
at

MySQL 8.0 is significantly better than MySQL 5.7. For all InnoDB row operations, you'll see a great performance improvement. Also, the time taken to process transactions is lower in MySQL 8.0. Moreover, there has been an improvement in managing read and read/write workloads.

See more
Decisions about MSSQL and Oracle
Daniel Moya
Data Engineer at Dimensigon · | 4 upvotes · 428.6K views

We have chosen Tibero over Oracle because we want to offer a PL/SQL-as-a-Service that the users can deploy in any Cloud without concerns from our website at some standard cost. With Oracle Database, developers would have to worry about what they implement and the related costs of each feature but the licensing model from Tibero is just 1 price and we have all features included, so we don't have to worry and developers using our SQLaaS neither. PostgreSQL would be open source. We have chosen Tibero over Oracle because we want to offer a PL/SQL that you can deploy in any Cloud without concerns. PostgreSQL would be the open source option but we need to offer an SQLaaS with encryption and more enterprise features in the background and best value option we have found, it was Tibero Database for PL/SQL-based applications.

See more

We wanted a JSON datastore that could save the state of our bioinformatics visualizations without destructive normalization. As a leading NoSQL data storage technology, MongoDB has been a perfect fit for our needs. Plus it's open source, and has an enterprise SLA scale-out path, with support of hosted solutions like Atlas. Mongo has been an absolute champ. So much so that SQL and Oracle have begun shipping JSON column types as a new feature for their databases. And when Fast Healthcare Interoperability Resources (FHIR) announced support for JSON, we basically had our FHIR datalake technology.

See more

In the field of bioinformatics, we regularly work with hierarchical and unstructured document data. Unstructured text data from PDFs, image data from radiographs, phylogenetic trees and cladograms, network graphs, streaming ECG data... none of it fits into a traditional SQL database particularly well. As such, we prefer to use document oriented databases.

MongoDB is probably the oldest component in our stack besides Javascript, having been in it for over 5 years. At the time, we were looking for a technology that could simply cache our data visualization state (stored in JSON) in a database as-is without any destructive normalization. MongoDB was the perfect tool; and has been exceeding expectations ever since.

Trivia fact: some of the earliest electronic medical records (EMRs) used a document oriented database called MUMPS as early as the 1960s, prior to the invention of SQL. MUMPS is still in use today in systems like Epic and VistA, and stores upwards of 40% of all medical records at hospitals. So, we saw MongoDB as something as a 21st century version of the MUMPS database.

See more
Kyle Harrison
Web Application Developer at Fortinet · | 21 upvotes · 373.7K views

While there's been some very clever techniques that has allowed non-natively supported geo querying to be performed, it is incredibly slow in the long game and error prone at best.

MySQL finally introduced it's own GEO functions and special indexing operations for GIS type data. I prototyped with this, as MySQL is the most familiar database to me. But no matter what I did with it, how much tuning i'd give it, how much I played with it, the results would come back inconsistent.

It was very disappointing.

I figured, at this point, that SQL Server, being an enterprise solution authored by one of the biggest worldwide software developers in the world, Microsoft, might contain some decent GIS in it.

I was very disappointed.

Postgres is a Database solution i'm still getting familiar with, but I noticed it had no built in support for GIS. So I hilariously didn't pay it too much attention. That was until I stumbled upon PostGIS and my world changed forever.

See more

I happen to point my asp.net core web application from MSSQL to MySQL due to infrastructure costs associated with the former db. The application also had challenges creating a migration schema of asp.net membership on MySQL.

After a thorough research I figured out how to do it and also made a video and uploaded to youtube. You can check that here https://youtu.be/X4I0DUw6C84

The full source code for the demo template is available on github here http://bit.ly/2LWgacA

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of MSSQL
Pros of Oracle
  • 3
    Easy of use
  • 44
    Reliable
  • 33
    Enterprise
  • 15
    High Availability
  • 5
    Expensive
  • 5
    Hard to maintain
  • 4
    Maintainable
  • 4
    Hard to use
  • 3
    High complexity

Sign up to add or upvote prosMake informed product decisions

Cons of MSSQL
Cons of Oracle
  • 1
    License Cost
  • 1
    Vendor lock-in
  • 14
    Expensive

Sign up to add or upvote consMake informed product decisions

What is MSSQL?

It is capable of storing any type of data that you want. It will let you quickly store and retrieve information and multiple web site visitors can use it at one time.

What is Oracle?

Oracle Database is an RDBMS. An RDBMS that implements object-oriented features such as user-defined types, inheritance, and polymorphism is called an object-relational database management system (ORDBMS). Oracle Database has extended the relational model to an object-relational model, making it possible to store complex business models in a relational database.

Need advice about which tool to choose?Ask the StackShare community!

What companies use MSSQL?
What companies use Oracle?
See which teams inside your own company are using MSSQL or Oracle.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with MSSQL?
What tools integrate with Oracle?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to MSSQL and Oracle?
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
IBM DB2
DB2 for Linux, UNIX, and Windows is optimized to deliver industry-leading performance across multiple workloads, while lowering administration, storage, development, and server costs.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
Firebird
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.
See all alternatives