SQL Server Review
Updated June 19, 2021
SQL Server Review

Score 8 out of 10
Vetted Review
Verified User
Overall Satisfaction with Microsoft SQL Server
We use MS SQL Server as our main database to store customer data. We have a monolith web application that is using a single MS SQL Server database. MS SQL is one of the best RDBMS in terms of speed and its really easy to use with a lot of pre-built functions that are really convenient for our application.
Pros
- It has quite a lot of pre-built function that helps speed up development time.
- One of the fastest SQL database engines.
- Built for enterprise use with enterprise-level of support available.
Cons
- It could be very expensive to utilize MS SQL server to its full potential due to the licensing tier limit.
- It does not have a built-in JSON type column, unlike PostgreSQL, although it has built-in functions to help to work with JSON.
- Require more space to install the database engine compared to other SQL databases.
- The faster development time for the application since there's quite a lot of handy built-in functions available to use.
- Single database for fairly large data which relatively easier to maintain.
- Doesn't need to optimize that much since its relatively quick to begin with.
- PostgreSQL and MySQL
MS SQL Server is easier to use compared to other RDBMS which really speeds up development time and relatively easier to find a problem when it happens as well. It's also pretty quick to run a query, especially in a large table make it pretty convenient if we need to monitor the whole data in a table.
Do you think Microsoft SQL Server delivers good value for the price?
Not sure
Are you happy with Microsoft SQL Server's feature set?
Yes
Did Microsoft SQL Server live up to sales and marketing promises?
Yes
Did implementation of Microsoft SQL Server go as expected?
Yes
Would you buy Microsoft SQL Server again?
Yes
Comments
Please log in to join the conversation