No more typing reviews! Try our Samantha, our new voice AI agent.
Professional Services Manager at Business Intelligence DA
Real User
Feb 19, 2022
Good performance, well-priced, trivial to set up, and helpful support
Pros and Cons
  • "The technical support that Microsoft provides is great."
  • "Now we can supply a 16-core, 15TB, data warehouse loading hundreds of thousands of transactions per day for $100,000 purchase or cheaper via hosting partners."
  • "SQL Server doesn't have proper bitmap indexing, a proper columnar database version, or proper implementation of materialized views."

What is our primary use case?

We are a solution provider and SQL Server is one of the products that we implement for our clients. People use SQL Server primarily for business intelligence.

If you have Navision or Dynamics AX, and you need a data warehouse to be able to improve the performance of your business, then that is what our company does.

For this review I will describe one of our clients. They are a large company that owns convenience stores, and they do several billion euros a year in business world wide. The convenience stores are located in large travel hubs like airports, train stations, office buildings, and large supermarkets. Everyone who flies/travels a lot has shopped in their stores. In Romania, they have 300 stores and sell between 300,000 and 500,000 items a day across the network.

This customer is very mature and we have provided a lot of features. The most important is forecasting. When the store manager comes to the store in the morning they receive an order proposal dashboard from us. We will have taken the data from the close of business the night before, then built a forecast for the manager to help decide what to order the next day. This a very important application. We are able to calculate the orders across the network better than the ERP can.

Another use case has to do with the actual items in convenience stores. They sell products such as cigarettes, drinks, sandwiches, magazines, and more. In Eastern Europe, there's still a high percentage of people that smoke cigarettes, and what you want to do, as a retailer, is negotiate your contracts with the large vendors.

There are people called buyers, and they sign contracts with the major suppliers. Our use case provides a tablet with a very rich dashboard to show everything that is going on between the buyer and the vendors that they buy from. In those negotiations, especially when dealing with very larger vendors, you sell millions of euros of goods, such as cigarettes, each year. The goal is that you are trying to get the vendor to give you a lower price. At the same time, the vendor is trying to get you to pay a higher price. That's business.

In that discussion, the person with the best data gets the best price. Naturally, it's a high-conflict discussion and you have to have a way of taking out the conflict and replacing it with a more logical, rational argument. The person with the best data wins the argument and gets the best price. That capability is worth a lot of money. Although only a dozen people use it, it's one of the top applications used by that customer.

How has it helped my organization?

One of the most valuable features is partitioning because it helps to distribute the workload. Consider that you sell 400,000 or 500,000 items each day, and there are 10 years worth of history stored in the data warehouse. That is a lot of transactions. Partitioning allows you to split it up into smaller pieces so that the machine can be easily deal with it.

By default, SQL Server has relatively poor partitioning, and it only works properly if you buy the Enterprise Edition, which costs about $14,000 USD per core. Partitioning was only introduced in 2005 and because we were working with it from before that time, we had to do partitioning manually. With Standard Edition, the list price is $3,700 per core. So we still do partitioning manually.

With SQL Server SE, for a $50,000 USD or so license, we can get a 16 core server and manage data warehouses in the 15-20TB range. It runs really well.

By comparison, we had a large telecom client in 2004. We used an 18CPU Sun Server running Oracle and 15TB of EMC disk. That cost us nearly $2.5 million USD. Nowadays, we can do a great deal of what we did back then with $100,000 USD. This is amazing because in places like Eastern Europe where you have constrained budgets SE is a really good option. It's actually cheaper than running MySQL.

What is most valuable?

SQL Server is very popular in this region because of the price.

From version 2014 to version 2016, the performance really improved. We also moved to new hardware, resulting in a four-times speed-up of the processing. Now we can supply a 16-core, 15TB, data warehouse loading hundreds of thousands of transactions per day for $100,000 purchase or cheaper via hosting partners. The price of SE for the features it provides is why we use it so often.

What needs improvement?

There are a lot of things that it doesn't do in terms of business intelligence. However, you can live without a lot of them.

A lot of people want AI/ML features, but SQL Server does not really support that space. R is included but it's kind of clunky. That said, you're not going to do AI/ML with SQL Server because you're going to use Synapse, Databricks, or another similar tools.

SQL Server doesn't have proper bitmap indexing, a proper columnar database version, or proper implementation of materialized views. For example, if you want to do a materialized view, you can only do one on the base tables. You can't do a materialized view on top of another view. For us that makes materialized views useless.

Buyer's Guide
SQL Server
May 2026
Learn what your peers think about SQL Server. Get advice and tips from experienced pros sharing their opinions. Updated: May 2026.
900,644 professionals have used our research since 2012.

For how long have I used the solution?

I have been working with SQL Server for approximately 25 years. We began working with SQL Server version 6.

What do I think about the stability of the solution?

SQL Server is solid as a rock now. It never used to be. It was quite flakey in the past.

In fact, databases as a whole have matured very well. I used to work for IBM in the 1990s and I sold DB2. We had our share of problems, that's for sure.

What do I think about the scalability of the solution?

Many of my customers are using SQL Server 2019.

Today, a 15TB data warehouse is not very big. However, if you consider this customer has 300 stores nationally, selling up to half a million items per day, then that's a fairly substantial customer.

There are bigger customers that you need to worry about. They want more products and more speed, but they have more money. 

The bottom line is that SQL Server is still an SMP database. Because we're only talking about data warehousing, there are some fairly simple rules to apply to get it to scale up quite well.

You can put two billion rows in a partitioned table. This customers largest partitioned table is more than three billion rows. That is 10 years of stock history. We use that for forecasting. That's quite a lot when you're only paying $50,000 for the database license. A similar machine, 15 years ago, would cost approximately $2 million.

Clearly, you can't compare how well a $100,000 SQL Server running on Windows compares with a shiny new million-dollar Yellowbrick server. They are completely different classes.

Ultimately SQL Server SE is most suitable for a small to medium-sized business. In a data warehousing scenario, you can do a very passable job with SQL Server SE for enterprises up to half a million transactions per day.

How are customer service and support?

The technical support that Microsoft provides is great. They have forums and things like that, and you can talk directly to a Microsoft SQL Server engineer on their forums if you have a problem. But we very rarely have serious problems. I have only spoken with a Microsoft engineer with a serious problem once in the last 17 years. That is amazing really. On one project I did in 2000 we actually had a paid microsoft engineer on site we had so many problems! 

Which solution did I use previously and why did I switch?

I have been working in IT for 40 years and I've worked with all of the major databases for BI. These include Oracle, IBM Db2, Netezza, Sybase IQPostgreSQL, and MySQL.

PostgreSQL and MySQL are available to use free of charge. However, there is more to do in order to get things to work on those databases. This extra work costs money. Over a five-year period, SQL Server SE is cheaper.

I used to sell a lot of Sybase IQ to telecoms. The only choices were Oracle, Teradata and Sybase IQ at the high end. Oracle and Teradata were very  expensive. Sybase IQ would run on a bunch of different platforms and we were charging $50,000 USD per core. We sold a lot of IQ.

Nowadays, we can do a lot of what we used to do on Sybase IQ on SQL Server SE for $3,700 per core. It's a big difference.

When you're living in Eastern Europe you can see that other databases have some better features, but you've still got to talk to the chief financial officer and ask for the money.

Today, we're working mostly with SQL Server SE because, in Romania, SQL Server is very popular because it is cheaper than the other solutions.

How was the initial setup?

If you know what you're doing then setting up SQL Server as a data warehouse is trivial. If you're setting it up properly, and know how to do so, it takes about a week to complete the deployment. The bit that takes the time is the creation of the partitions.

What about the implementation team?

We implement this solution for our customers, although we do not support the hardware. The hosting companies are available for that. When we move to cloud-based deployment, that will be handled by companies like Microsoft with Azure.

Our customers will also have the choice of a local hosting company that is cheaper than Azure. Most of our clients host their cloud-based solutions there because it's cheaper. They also look after the hardware, operating systems, and other such things. What we see is a remote desktop sitting on top of a server, and that is the starting point for us to deploy. If we want more memory or more CPU cores then we talk to the hosting company.

Pretty much all of our deployments run on VMs.

In terms of maintenance, it's normal. SQL Server has patches and updates. The hosting company is responsible for applying those. Then, you have new releases.

When there is a new release, we have to sit down and plan for those because they need to be properly tested. Occasionally, new releases cause problems and don't work.

When automatic updates happen, we don't let the system just update itself. We have particular times where we maintain things. We have to pick a slot where we cannot have people using it, which is usually on a Sunday or something else like that. Then, we'll apply the updates.

What was our ROI?

There are many areas we get very good ROI for BI projects.  There are things that SQL Server SE is not going to do. If you want those things then you'll have to pay more money. But for up to 500,000 business transactions going in to the data warehouse per day? There is really nothing that some performance tuning will not get around.

What's my experience with pricing, setup cost, and licensing?

SQL Server SE is popular in Romania because of the price.

It doesn't do everything but for the price, it's fine.

The price for the Standard Edition is approximately $3,700 USD per core. Once you include technical support, SQL Server is cheaper than PostgreSQL and MySQL.

It is relevant to consider that the query optimizer works differently between the Standard Edition and the Enterprise Edition. The Standard Edition is cheaper but the Enterprise Edition has better performance. This is something that Microsoft had confirmed when we switched from 2008EE to 2014SE.

Another thing to consider is that some applications require a certain edition of the solution. Power BI Mobile, for example, will only run with the Enterprise Edition.

Which other solutions did I evaluate?

Compared to other databases, SQL Server SE rates ten out of ten in price to performance and features. If you wanted to compare SQL Server SE to YellowBrick for features SE is 5 or 6 and YellowBrick is a 10. 

That said, Yellowbrick will cost a million dollars compared to $50,000 for SQL Server. It's not a fair comparison.

So nowadays we don't spend much time looking at other databases. If a customer wants PostgreSQL we will do that. If they want Oracle we will do that. But we prefer to work on SQL Server. It's also actually easier to work on.

What other advice do I have?

My advice for anybody who is implementing this solution is specific to data warehousing. I would recommend implementing manual partitioning. You'll be able to use the Standard Edition and you'll save money. If you've got plenty of money, implement the database partitioning and pay the extra $10,000 USD per core. With manual partitioning, you'll get 90% of the EE performance for $10,000 less per core. For a 16-core SQL Server, that's a savings of $160,000.

Considering SQL Server SE, and what it does for the price, I would rate this solution a ten out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2662845 - PeerSpot reviewer
Senior Business Intelligence Developer
Real User
Top 20
Feb 23, 2025
Enables basic BI tasks but lacks AI functionality
Pros and Cons
  • "It is easy to use for a BI specialist."
  • "I use SQL Server daily for data analysis using its database capabilities and reporting via SSAS, and it is easy to use for a BI specialist."
  • "It can be better if it enables the use of AI functions."
  • "Based on my experience, SQL Server is a common tool and does not offer significantly higher benefits or anything too special."

What is our primary use case?

I work as a BI specialist, so I am directly using SQL Server since I am using the database and making reports from it via SSAS.

What is most valuable?

I use SQL Server daily for data analysis using its database capabilities and reporting via SSAS. It is easy to use for a BI specialist.

What needs improvement?

It can be better if it enables the use of AI functions. I used to work with Alteryx, and it has an analytical platform that was best for working directly from a database with machine learning algorithms. So, it would be better, I think.

For how long have I used the solution?

I have been using SQL Server for around three years.

What do I think about the stability of the solution?

I would rate the stability around nine or ten. I have not encountered any problems with it.

Which solution did I use previously and why did I switch?

I used to work with Dataiku, however, I switched jobs. I used to work as a developer for Dataiku, and now I am working as a BI specialist.

How was the initial setup?

I think it is not easy to work with date types when compared to Oracle. Oracle is more useful, but I do not know which feature is better for SQL Server.

What about the implementation team?

I deploy all packages myself and use SSIS for that. We are creating stored procedures and triggering some jobs in SQL Server. I did the deployment by myself.

What was our ROI?

I am unable to determine any ROI since I have always used SQL Server and cannot compare it with other tools.

Which other solutions did I evaluate?

I have previously worked with Dataiku.

What other advice do I have?

Based on my experience, SQL Server is a common tool and does not offer significantly higher benefits or anything too special. It is easy to use, and I would recommend it to others. 

I would rate it around five on a scale of one to ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
SQL Server
May 2026
Learn what your peers think about SQL Server. Get advice and tips from experienced pros sharing their opinions. Updated: May 2026.
900,644 professionals have used our research since 2012.
Information Technology Division Director at Ethiopian Roads Administration
Real User
Top 5Leaderboard
Aug 4, 2024
Stores data from applications and helps to query data
Pros and Cons
  • "We use SQL Server for various data management scenarios. It allows us to query data, some of which spans over twenty years. We generate reports and perform analyses using this tool. It also comes with backup and recovery tools, which are essential features of the database engine."
  • "Regarding integration, the solution works well for different courses without any issues. However, if we want to add machine learning and AI capabilities for business analytics, that's an area where improvements could be made."

What is our primary use case?

Our main use cases involve using the tool for the database engine. We have a small team in our environment that develops and uses this database for data storage. The data collected by our application is stored in this database.

What is most valuable?

We use SQL Server for various data management scenarios. It allows us to query data, some of which spans over twenty years. We generate reports and perform analyses using this tool. It also comes with backup and recovery tools, which are essential features of the database engine.

What needs improvement?

Regarding integration, the solution works well for different courses without any issues. However, if we want to add machine learning and AI capabilities for business analytics, that's an area where improvements could be made.

As for security features, I believe additional security enforcement is needed. You have to implement extra measures on top of what's already there. We understand that the built-in security isn't as robust as expected, so additional solutions are necessary to enhance security.

For how long have I used the solution?

I have been using the product for 16 years. 

What do I think about the stability of the solution?

Regarding performance and scalability, we've been using this tool with over 20 years of data. Despite the large amount of data, it's still efficient and effective. We can query the data and perform various tasks without problems, as it serves as our main repository. For our specific use case, it's very effective in decision-making. Depending on their requirements, other organizations might choose different solutions like SQL, Oracle, Postgres, or MongoDB. They can use whatever solution fits their use case best, but this one works very well for us. The solution is stable. 

What do I think about the scalability of the solution?

The solution is globally well-known. It's scalable and has good integrability. You can interface with it using different APIs; some solutions can connect directly with the engine. So, from that perspective, we don't face any issues.

How are customer service and support?

The tool has vendor and partner support. However, we support ourselves. 

How was the initial setup?

SQL Server's deployment is easy. 

What about the implementation team?

We did the deployment in-house. 

What was our ROI?

The tool is very profitable for us. We initially acquired this solution for development purposes. We have small teams that develop applications using SQL Server as the back-end database engine.

What other advice do I have?

I rate the overall product a ten out of ten since it meets our requirements. Advice for others considering this solution depends on their specific requirements. They must consider whether they need Microsoft SQL Server, Oracle Database, SAP Database engine, or something else. Their particular needs will determine the best choice. In general, though, I would recommend Microsoft SQL Server. Anyone can acquire and use it based on their requirements. However, as I mentioned earlier, some security and performance improvements may be needed.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
HaiPham - PeerSpot reviewer
Managing Director at sea-solutión
MSP
Top 5Leaderboard
Jul 30, 2024
Provides effective security features, but the scalability needs improvement
Pros and Cons
  • "The setup process is straightforward."
  • "The product performance can become slow when the data reaches sizes like a terabyte."

What is most valuable?

SQL Server is easy to use. As a Microsoft product, it has an intuitive and user-friendly interface.

What needs improvement?

The product performance can become slow when the data reaches sizes like a terabyte.

What do I think about the stability of the solution?

The product is stable. 

What do I think about the scalability of the solution?

Our organization has a maximum of 100 SQL Server users. The scalability needs improvement.

Which solution did I use previously and why did I switch?

We have used other solutions such as PostgreSQL, MySQL, and Oracle. 

SQL Server is often chosen for Windows platforms due to its compatibility. For other development environments, like PHP or Java, we might select MySQL or PostgreSQL, respectively.

How was the initial setup?

The setup process is straightforward. It involves running the setup file, configuring general settings, setting up a user account, and creating a database. After that, you can create tables within the database and start using it.

What's my experience with pricing, setup cost, and licensing?

The product's price is reasonable. It requires a one-time license purchase, unlike Azure SQL, which operates on a subscription basis.

What other advice do I have?

SQL Server's performance is good enough for medium-sized applications. The security features are adequate and effective.

I rate it a seven out of ten. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
IT Manager at a construction company with 51-200 employees
Real User
Top 5
Jul 27, 2024
Allows to set up redundant databases and replication in the databases
Pros and Cons
  • "The solution's most valuable feature is that we can set up redundant databases and replication in the databases."
  • "The solution’s pricing is high."

What is our primary use case?

We use SQL Server to query our database for specific reports we need to write for our clients.

What is most valuable?

The solution's most valuable feature is that we can set up redundant databases and replication in the databases. SQL Server has very good integration capabilities.

What needs improvement?

The solution’s pricing is high.

For how long have I used the solution?

I have been using SQL Server for ten years.

What do I think about the stability of the solution?

SQL Server is a very stable solution,

I rate the solution’s stability a nine out of ten.

What do I think about the scalability of the solution?

The solution’s scalability is quite good. Around 30 users use the solution in our organization. Currently, I use SQL Server about once a week.

I rate the solution an eight out of ten for scalability.

How was the initial setup?

On a scale from one to ten, where one is difficult and ten is easy, I rate the solution's initial setup a nine out of ten.

What about the implementation team?

The solution was implemented by an in-house team in a couple of hours.

What was our ROI?

SQL Server has dramatically improved our ROI. We couldn't do without it, and it's been a very valuable tool.

What's my experience with pricing, setup cost, and licensing?

On a scale from one to ten, where one is cheap and ten is expensive, I rate the solution's pricing a seven out of ten.

What other advice do I have?

I would recommend the solution to users looking for any form of transactional database or commercial database.

Overall, I rate the solution an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Atal Upadhyay - PeerSpot reviewer
AVP at MIDDAY INFOMEDIA LIMITED
Real User
Apr 15, 2024
A server to install different databases with linking servers, well-suited for handling large volumes of data
Pros and Cons
  • "SQL Server stands out due to its robust parallel processing capabilities."
  • "The solution’s pricing and integration could be improved."

What is our primary use case?

We use the solution to install different databases.

How has it helped my organization?

We were using SQL Server as a major database in our organization. We partitioned the data in such a way for a more extended period, and our archival process may manage that.

What is most valuable?

We mostly use linking servers and several applications; one pulls data from another. Thus, we created a Linked Server and implemented a replication algorithm to facilitate data transfer between different sources.

What needs improvement?

The solution’s pricing and integration could be improved.

For how long have I used the solution?

I have been using SQL Server for 20 years.

What do I think about the stability of the solution?

The product is stable.

I rate the solution’s stability a 9 out of 10.

What do I think about the scalability of the solution?

More than 1000 concurrent users are using this solution. We use horizontal and vertical data partitioning, allowing us to manage and distribute data across tables efficiently. Additionally, we use sharding for certain databases to handle large datasets effectively.

How are customer service and support?

Support is good. We never had any problem with the support.

Which solution did I use previously and why did I switch?

Compared with other databases like Oracle, SQL Server stands out due to its robust parallel processing capabilities. It is well-suited for handling large volumes of data. Oracle is preferred in enterprise scenarios with big databases because of its support.

How was the initial setup?

The initial setup is easy and takes around 15-20 minutes.

We use data instances to deploy SQL Server in some cases. We had the static deployment.

What other advice do I have?

We used Windows authentication to ensure more secure communication with the server. The entire request was encrypted with a server certificate, providing point-to-point security for our application. Additionally, when storing sensitive information such as credit card details or specific premises, we ensured it was encrypted in transit and at rest.

The SQL Server interface is better than that of Postgres.

We needed query optimization and data analysis to enhance query performance. Based on the database, there were many stable participants when the load was very high. We marked some of the queries for optimization to achieve better performance. We devised a plan, including creating more indexes, to improve the overall performance of the SQL Server. These were the steps we took to enhance the performance of the SQL server.

It is more compatible with customer service than any other database.

Overall, I rate the solution a 9 out of 10.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Domenico Beneventano - PeerSpot reviewer
Professor at University of Modena and Reggio Emilia
Real User
Apr 2, 2024
Users need to go through a simple initial setup process to use it
Pros and Cons
  • "The product's initial setup phase was simple."
  • "The interface of the tool has certain shortcomings, making it an area where improvements are required."

What is our primary use case?

There are no specific use cases attached to the solution. From an academic point of view, I make the tool available to the students for some training or tests. I also used it to compare the functionalities of Oracle Data Integrators with other data integration systems.

What is most valuable?

I can't comment on the valuable features of the product right now since I recently downloaded some whitepaper and manuals. I downloaded the documentation related to the tool, but I haven't used much of the system. I know that SQL Server is a good system, based on a report I read on the Gartner website.

What needs improvement?

The interface of the tool has certain shortcomings, making it an area where improvements are required.

For how long have I used the solution?

I have been using SQL Server for ten to twenty years.

What do I think about the stability of the solution?

It is a stable solution.

What do I think about the scalability of the solution?

I haven't tested the system for scalability. I use it for simple tasks.

As per our company's agreement with Microsoft, some of the software from Microsoft 10 was included in SQL Server when there were about 1,000 students attending database classes using it.

How was the initial setup?

The product's initial setup phase was simple.

What other advice do I have?

There were no specific projects for which I used the tool. I conduct classes related to data integration. I need to use some products attached to the data integration area having a Python framework. I wanted to compare the tool with some commercial tools such as Oracle Data Integrator.

I recommend the product to those who plan to use it.

SQL Servers and Power BI Report Servers can integrate well.

I rate the tool a seven to eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Senior General Manager at Worly Plumbing Supply, Inc.
Real User
Mar 26, 2024
Easy to use and provides good speed and data recovery
Pros and Cons
  • "Agent service is a good feature of SQL Server, where you can schedule certain tasks."
  • "SQL Server is an expensive solution"

What is our primary use case?

Most of our clients use SQL Server as a back-end source.

What is most valuable?

Agent service is a good feature of SQL Server, where you can schedule certain tasks. The solution's encryption feature allows the data to be encrypted while transferring from one place to another. The solution's performance and speed are also good. Indexing and Magic Tables are very good features of SQL Server. We have a different transition style with the solution.

What needs improvement?

SQL Server is an expensive solution, and its pricing should be reduced.

For how long have I used the solution?

I have been using SQL Server for 18 years.

What do I think about the stability of the solution?

SQL Server is a highly stable solution.

What do I think about the scalability of the solution?

The solution’s performance and scalability are very good. Our clients for SQL Server are enterprise businesses.

I rate the solution a 9 out of 10 for scalability.

How was the initial setup?

The solution’s initial setup is easy.

What about the implementation team?

The solution can be deployed within a few minutes.

What's my experience with pricing, setup cost, and licensing?

SQL Server is an expensive solution.

On a scale from 1 to 10, when one is cheap and ten is expensive, I rate the solution's pricing a 9 out of 10.

What other advice do I have?

The solution has a good data recovery feature. There are a lot of ways you can recover data. You can manage the recovery, resilience, and disaster management with SQL Server. I would recommend SQL Server to other users because it's easy to use, stable, and has a lot of features. The solution is suitable for different types of companies as per the requirement, including small, medium, and large enterprises.

Overall, I rate the solution 10 out of 10.

Which deployment model are you using for this solution?

Hybrid Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer. Implementer
PeerSpot user
Sumeet  Zalpuri - PeerSpot reviewer
Data engineer at ASR Nederland N.V.
Real User
Mar 26, 2024
The restoration of data is very easy compared to any other database
Pros and Cons
  • "The solution is very intuitive and easy to use."
  • "The performance degrades when the data is huge."

What is our primary use case?

We extracted data from SAP and stored it in SQL Server. We created a connection between the Data Services Server and the SQL Server. If anything went wrong, there were SQL Server experts who took care of everything. So, we extracted data from our ERP system and stored it in SQL Server.

What is most valuable?

Whenever we had to restore the data, it was not as difficult as restoring the database to any other RDBMS. The restoration of data is very easy compared to any other database. The solution is very intuitive and easy to use. It is one of the best relational database systems in the market. The restore and backup strategy was not complicated. The ease of use was excellent compared to any other databases.

What needs improvement?

The performance degrades when the data is huge. It also degrades when there is a flux of data.

For how long have I used the solution?

I used the solution for four to five years.

What do I think about the stability of the solution?

The tool is stable. I rate the stability a seven out of ten.

What do I think about the scalability of the solution?

The tool is pretty scalable. We had 100 users in our organization. We can scale the tool vertically and horizontally.

What other advice do I have?

SQL Server is the best database when the data is not huge or when we know that the data is coming in at a specific rate. I rate the integration of the product with SAP BusinessObjects Data Services nine out of ten. It is easy. We did not come across any issues or delays. Every organization uses Microsoft. SQL Server is one of the oldest RDBMSs on the market. It is easy to use and intuitive. A lot of people know about it. The ease of use is greater than any other server in the market. Overall, I rate the solution an eight and a half out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
AhmadTalha - PeerSpot reviewer
Product owner at Digitt Plus (AFT)
Real User
Mar 22, 2024
A robust and secure solution that helps to store data
Pros and Cons
  • "SQL Server is essentially the backbone of every microservice. From a developer's perspective, it is the backbone of all microservices. The tool enables data retrieval, set data, and essential operations, ensuring the smooth functioning of applications. In essence, it is the integral part that keeps applications operational."
  • "The GUI needs improvement. From a technical perspective, it's quite complex, which may not be a problem for individuals with technical backgrounds like ours, especially since we've encountered similar interfaces. However, navigating the GUI can be challenging for newcomers or product owners without technical experience. For example, as someone transitioning from a developer role to a product management role, I find it relatively easy to use the GUI. But for those without a technical background, it's much more challenging to grasp what's happening."

What is most valuable?

SQL Server is essentially the backbone of every microservice. From a developer's perspective, it is the backbone of all microservices. The tool enables data retrieval, set data, and essential operations, ensuring the smooth functioning of applications. In essence, it is the integral part that keeps applications operational.

The solution's security features are good. 

What needs improvement?

The GUI  needs improvement. From a technical perspective, it's quite complex, which may not be a problem for individuals with technical backgrounds like ours, especially since we've encountered similar interfaces. However, navigating the GUI can be challenging for newcomers or product owners without technical experience. For example, as someone transitioning from a developer role to a product management role, I find it relatively easy to use the GUI. But for those without a technical background, it's much more challenging to grasp what's happening. 

For how long have I used the solution?

I have been using the product for six years. 

What do I think about the stability of the solution?

I rate the tool's stability a nine out of ten. 

What do I think about the scalability of the solution?

The solution's scalability and performance depend on application size and data size. Overall, the performance is pretty good and decent. My company has 20-30 users. 

How are customer service and support?

I haven't contacted the technical support. Our DBA manages it. 

How was the initial setup?

SQL Server is easy to deploy. A five-member technical team maintains it. 

What other advice do I have?

I rate SQL Server a nine out of ten. It is robust, secure, scalable, and can store data. It can handle multiple users with good customer support. We have integrated it with IDE and Git

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free SQL Server Report and get advice and tips from experienced pros sharing their opinions.
Updated: May 2026
Buyer's Guide
Download our free SQL Server Report and get advice and tips from experienced pros sharing their opinions.