SSIS is a very flexible solution that allows data to be generated through code or external software. As a result, we can create reproducible patterns and improve code quality.
student at University of Newcastle
A change in the metadata source cripples the whole ETL process, requiring each module to be manually reopened. The solution can be deployed into the cloud through Data Factory
Pros and Cons
- "It has the ability to be deployed into the cloud through Data Factory, and run completely as a software as a service in the cloud."
- "A change in the metadata source cripples the whole ETL process, requiring each module to be manually reopened."
What is our primary use case?
How has it helped my organization?
Because of the code generation, code quality improved and the time to develop decreased. This led to a quicker and more agile development phase.
What is most valuable?
It has the ability to be deployed into the cloud through Data Factory, and run completely as a software as a service in the cloud.
What needs improvement?
Metadata management. A change in the metadata source cripples the whole ETL process, requiring each module to be manually reopened.
Buyer's Guide
SSIS
October 2024
Learn what your peers think about SSIS. Get advice and tips from experienced pros sharing their opinions. Updated: October 2024.
816,406 professionals have used our research since 2012.
For how long have I used the solution?
More than five years.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Information Technology Support Engineer/ Implementation Analyst /DBA at a tech services company with 11-50 employees
It's easy to use, but complex to set up and local support is slow
Pros and Cons
- "Like most Microsoft products, SSIS is user-friendly and easy to use."
- "Sometimes, there are compatibility issues with some features. From time to time, I also face issues when trying to migrate. If I misconfigure things when I use Snapshot, the migration will fail.It can take a long time to migrate huge amounts of data, so it would be nice if that could be faster."
What is our primary use case?
We use SSIS to migrate from an old server to a new one and to add some services.
What is most valuable?
Like most Microsoft products, SSIS is user-friendly and easy to use.
What needs improvement?
Sometimes, there are compatibility issues with some features. From time to time, I also face issues when trying to migrate. If I misconfigure things when I use Snapshot, the migration will fail.It can take a long time to migrate huge amounts of data, so it would be nice if that could be faster.
For how long have I used the solution?
I have been using SSIS for less than two years.
What do I think about the scalability of the solution?
If you want to scale SSIS, you might face performance issues. I'm not sure SSIS has robust scalability.
How are customer service and support?
I rate Microsoft support six out of 10. Interacting with Microsoft support is challenging because it takes a lot of time, and sometimes you need to repeat your issue over to different support engineers. It was easier to contact support in India because Microsoft had a local presence there, but getting support in Cameroon is difficult. The response time is slower.
How would you rate customer service and support?
Neutral
How was the initial setup?
Setting up SSIS is complex, and if you misconfigure something, you'll have problems during migration. I rate SSIS six out of 10 for ease of setup.
What's my experience with pricing, setup cost, and licensing?
I have only used the free developer edition.
What other advice do I have?
I rate SSIS seven out of 10. This is the only product I've used so far, so I don't know how it compares to others.
Which deployment model are you using for this solution?
On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Buyer's Guide
SSIS
October 2024
Learn what your peers think about SSIS. Get advice and tips from experienced pros sharing their opinions. Updated: October 2024.
816,406 professionals have used our research since 2012.
Business Process and Strategy Specialist Advisor at NTTData
It was a easily adaptable to our group. The scalability needs some improvement.
What is our primary use case?
Movement of data and creation of files. ALl the typical things that you would have a ETL solution do. Data movements were in the millions and no calculations were completed. This means it was always a select * from where ever it was coming from and going to. Light translations like concatenation was being used.
How has it helped my organization?
SSIS was easily adaptable to our group. It was cheaper than the other tools that we compared it to, however I feel that we got what we paid for.
What is most valuable?
The packaging and how it is organized is good for someone that really has never seen ETL before.
What needs improvement?
Scalability of SSIS needs some improvement. Seems to get sluggish as soon as we hit a high volume of data.
For how long have I used the solution?
Still implementing.
What do I think about the stability of the solution?
Again it failed a lot and by a lot I mean every day. The failures were false alarms and caused many sleepless night for our company that I used to work for.
What do I think about the scalability of the solution?
SSIS is good for smaller shops that don't really have a high volume of data.
How are customer service and technical support?
I would rate the customer service as poor.
Which solution did I use previously and why did I switch?
We were using Hyperion Application Link. We switched because HAL was being sunset.
How was the initial setup?
Never participated in the initial setup.
What about the implementation team?
In-house.
What was our ROI?
For the money, it's a decent tool. However, if the budget was larger I would have gone with a different tool
What's my experience with pricing, setup cost, and licensing?
Look at how this product is sold to you. Ask yourself, am I getting everything that I need. Its more expensive to get the additional adapters after the fact.
Which other solutions did I evaluate?
We looked at ODI, Informatica, and DataStage. All three we had in-house. ODI was the better option and after dealing with SSIS for only a few months, we ended up using ODI.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Curious people's experiences when they mention "fail a lot" or scalability. I've used many ETL tools in my career - most of them very expensive and I'd put SSIS up against any of them for reliability and performance (within limits).
Scalability is largely comparing to expectations and it depends on your expectations. I think people too often compare completely different architectures and are surprised when they scale differently. SSIS is single server. No MPP going on here folks. You get a lot more than you've paid for (which is really nothing is you already own SqlServer). SSIS sure beats the open source stuff I've seen out there that really sucks. Try Pentaho written in Java if you want slow. I've read where people have custom coded front ends to fire multiple SSIS servers and there's ways of partitioning data flows but if you are getting into that you might be on the wrong tool. Consider the opposite - most people are running SSIS on the target database box so its competing with the database server as well as not utilizing more than one server. I'm doing that and actually getting quite great performance (again - its all about expectations).
So yes if you need millions per second SSIS is not the tool you want. My benchmark with SSIS is @10,000 rows per second to stage large rows through a data flow. I'm guessing if you need a lot faster than that you have significant volumes and big pockets so why would you look at a free tool that's designed to be installed on a database server?
As for failing, it would only fail due to buffers if you did something with altering buffers that you should not have done. That would be your bad sorry. Or you're doing something else silly like running on 4gb VM and didn't set a max memory on the Sql Server so basically everything crawls or fails. Hey - some of you are laughing but some are probably scratching their heads and asking, so what's wrong with that?
Founder and CEO at Zertain
A stable and scalable solution that can handle real complex transformations
Pros and Cons
- "The most valuable feature of SSIS is that it can handle real complex transformations."
- "SSIS should be made a little bit more intuitive and user-friendly because it needs an expert-level person to work on it."
What is our primary use case?
We use SSIS for transformation and migration.
What is most valuable?
The most valuable feature of SSIS is that it can handle real complex transformations.
What needs improvement?
SSIS should be made a little bit more intuitive and user-friendly because it needs an expert-level person to work on it.
For how long have I used the solution?
I have been using SSIS for more than 10 years.
What do I think about the stability of the solution?
SSIS is a stable solution.
What do I think about the scalability of the solution?
SSIS is a scalable solution.
How was the initial setup?
The solution's initial setup is easy, but you'd need expert-level knowledge to work on it.
What other advice do I have?
Overall, I rate SSIS an eight out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Database Consultant
Easy data retrieval and data flow with excellent reporting features
Pros and Cons
- "The reporting on the solution is perfect. I didn't expect to see reporting features, but they are great."
- "There was also not enough instructions from Microsoft in regards to this application or this technology, which can easily be improved upon."
What is our primary use case?
We've used the solution to create some data flows for one of the governmental sectors here in Saudi Arabia. I have created some applications for exporting data from Oracle databases to SQL databases.
What is most valuable?
I like that the data connections and all ODB connections are able to retrieve data from so many different databases. That's not only from SQL but also from other data sources as well. The data flow, which controls the data, including where to store it, is an excellent feature and is one of the most interesting points about SQL Integration Services.
The reporting on the solution is perfect. I didn't expect to see reporting features, but they are great.
What needs improvement?
More coding is needed to make it easier. It needs more development and enhancement. It also needs to offer different integration services for SQL. We had to do a lot fo the implementation ourselves, but more automating of the processes would make things easier.
Data migration needs to be simplified. I've found that it is really difficult to match, especially regarding data types. The old records often have different data types than we have now have in newer databases. Converting or transferring this kind of data is very important, and right now it's very difficult.
There were also not enough instructions from Microsoft in regard to this application or this technology, which can easily be improved upon.
For how long have I used the solution?
I've been using the solution for one year.
What do I think about the stability of the solution?
The solution is stable, as long as you provide good infrastructure for the servers you're dealing with. That means making sure the SQL will be very stable as well as the SAN storage, the RAM, the CPU, and other components of the server. It is quite important.
What do I think about the scalability of the solution?
The solution is very scalable. A client contacted me two months after deployment with a request to enlarge the services and add some more customization, which I managed to do easily. It's an enterprise-level solution, with the whole of Saudi Arabia using it for something called an E-Visa. People are applying for a visa to get into Saudi Arabia through this application. The number of users is quite high and worldwide.
How are customer service and technical support?
We haven't needed the assistance of technical support so far.
Which solution did I use previously and why did I switch?
Previously, we used the .NET framework, which we are still using as well.
How was the initial setup?
The initial setup of the solution was easy. Deployment took less than two hours. You only need one person to implement and maintain it. At the same time, we do have another person who monitors the server-side.
What about the implementation team?
I deployed the solution myself.
Which other solutions did I evaluate?
As a teacher, I worked with SSIS, so I previously used this solution. I didn't look at other options.
What other advice do I have?
In terms of advice I would give in regard to implementing this product, I'd say to examine your business needs in relation to the solution. You need to make sure those are met before implementing it. A lot of companies use data filers and they already have existing databases. You need to make sure the solution you choose is able to deal with old databases of client records.
I would rate this solution ten out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer: Reseller.
Data Engineer at a tech services company with 11-50 employees
Good support, user-friendly, and easy to integrate with Microsoft tools, but needs a better console, more features, and better capability to handle a large volume of data
Pros and Cons
- "The most valuable thing is that it is easy to connect with Microsoft tools. In Europe, particularly in France, a lot of companies use Excel, SQL Server, and other Microsoft tools, and it is easier to connect SSIS with Microsoft tools than other products."
- "It is also easy to learn and user-friendly. Microsoft is also good in terms of technical support. They have built a large community all over the world."
- "When I compare Talend and SSIS, Talend provides more features. With Talend, we can handle a large volume of data. Talend is usually used to treat a large volume of data, which makes it better than SSIS on the data side. Talend also has a very good Talend Management Console to schedule the jobs and do other things. It can also be easily connected to version control tools such as GitHub or SVN. The last time I used SSIS, it was connected through TSS for the Windows Console version. I am not sure it has been improved or not. If it is not improved, Microsoft should improve it. They should change the product to provide another console."
What is our primary use case?
We are using it in our company and for our clients. I have experience in working with the whole data cycle, which includes data collection, transformation, and visualization. I have worked with the end-to-end process, and I have handled data integration, analysis, and visualization.
I specialize in Microsoft tools, and I have used SSIS for data integration and Power BI for data visualization. I have also worked with Tableau for data visualization and Talend for data integration.
What is most valuable?
The most valuable thing is that it is easy to connect with Microsoft tools. In Europe, particularly in France, a lot of companies use Excel, SQL Server, and other Microsoft tools, and it is easier to connect SSIS with Microsoft tools than other products.
It is also easy to learn and user-friendly. Microsoft is also good in terms of technical support. They have built a large community all over the world.
What needs improvement?
When I compare Talend and SSIS, Talend provides more features. With Talend, we can handle a large volume of data. Talend is usually used to treat a large volume of data, which makes it better than SSIS on the data side.
Talend also has a very good Talend Management Console to schedule the jobs and do other things. It can also be easily connected to version control tools such as GitHub or SVN. The last time I used SSIS, it was connected through TSS for the Windows Console version. I am not sure it has been improved or not. If it is not improved, Microsoft should improve it. They should change the product to provide another console.
How are customer service and technical support?
Microsoft is good in terms of technical support. They provide 24-hour support. They have built a large community all over the world, and one can find easily the answer to an issue or problem by searching on the web.
How was the initial setup?
Its installation wasn't my job. We have a team that specializes in infrastructure, and they install and set up the tool. When I was a student, I used to install it myself, and it wasn't really difficult, but I have not installed it on a professional site or for a company.
What's my experience with pricing, setup cost, and licensing?
Based on my experience and understanding, Talend comes out to be a little bit expensive as compared to SSIS. The average cost of having Talend with Talend Management Console is around 72K per region, which is much higher than SSIS.
SSIS works very well with Microsoft technologies, and if you have Microsoft technologies, it is not really expensive to have SSIS. If you have SQL Server, SSIS is free.
What other advice do I have?
I would rate SSIS a six out of ten. I prefer Talend over SSIS.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Data Architect and Modeler at a tech services company with 201-500 employees
Works well for small and medium-sized projects, but additional SQL connectors need to be supplied
Pros and Cons
- "The initial setup of this solution is very straightforward."
- "The performance of this solution is not as good as other tools in the market."
What is our primary use case?
We use this solution for extracting data from various databases and saving it in our data warehouse.
We use the on-premise deployment model.
What needs improvement?
My team is facing problems regarding the database connectors, which are not available. The MySQL connectors need to be purchased from outside vendors. They should provide connections for more SQL databases, free of charge.
The performance of this solution is not as good as other tools in the market. Compared to the same job is running in a different tool, it will take longer using SSIS.
For how long have I used the solution?
I have been working with this solution for one year.
What do I think about the stability of the solution?
This is a stable solution.
What do I think about the scalability of the solution?
This solution is scalable.
The number of people I have using this solution depends on the size of the project. Normally, I need three to five ETL developers. Sometimes, if the project is big enough, then I will need more.
How are customer service and technical support?
I have not contacted Microsoft Technical Support for this solution, although we have sometimes accessed the internet to research problems that we face.
Which solution did I use previously and why did I switch?
In my previous company, I was leading a team who were working with Informatica. Here, they stick to Microsoft technologies and are unwilling to change.
How was the initial setup?
The initial setup of this solution is very straightforward. In a few hours, everything was up and running.
What other advice do I have?
The decision to use this particular solution includes many factors. Some companies do not want to purchase a license for another product because this one comes included with the database.
SSIS worked well for small or medium-sized Projects. For larger projects with huge data, I believe that you should search for another solution as you will need to do manual fine tuning. Additionally, some components such as SCD will show unexpected errors with huge data.
As Microsoft is very slow in providing updates and enhancements to SSIS, I see that the future for Integration projects in Saudi Arabia goes towards other vendors products such as Informatica powercenter, IBM DataStage, and Oracle ODI.
Compared to other Integration tools, I would rate it a six out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
MySql connectors do not need to be purchased. Just use ado.net connector and ODBC. That's been a part of SSIS for a decade. I've used it for Mysql before without any issues. This is all well documented and available from many forums.
Senior BI Developer at a music company with 501-1,000 employees
Integrates well with other solutions in our on-premise data warehouse
Pros and Cons
- "It is easily scheduled and integrates well with SQL Server and SQL Server Agent jobs."
- "Improving the login procedure would make our reporting easier on monitoring our ETL processes."
What is our primary use case?
We use this solution for data warehousing.
We are using the on-premise deployment model.
How has it helped my organization?
This solution allows us to be repeatable in the sense of how we move data from A to B. It is easily scheduled and integrates well with SQL Server and SQL Server Agent jobs. We also use it with Microsoft BizTalk, and it's quite handy.
What is most valuable?
We use everything in this solution, including a third party component called COZYROC. We try to explore and use this product to its fullest.
What needs improvement?
The login process needs improvement. At the moment, when you run SSIS and it's logging on SysTD within the server itself, I think that you have the option to do verbose and a couple of others. Sometimes, it is difficult to follow how executions are actually working. They are just one after another with an execution set. If you're running multiple packages at the same time, it's difficult to track which packages are running and to locate those specifically.
Improving the login procedure would make our reporting easier on monitoring our ETL processes.
For how long have I used the solution?
I have been using this solution for approximately eleven years.
What do I think about the stability of the solution?
The stability is very good. I've been using it for a long time. If you know how to use it then it works fairly well.
What do I think about the scalability of the solution?
The scalability is fairly good. I've used it from very, very small instances to two very large ones, where we're moving large quantities of data on a daily basis.
The actual tool itself, in a sense of transformations, your ability to pick and look up and do certain things is fairly good. Scalability, you can either have it on the same server as the database or you can move it onto its own server. It just depends on the situation.
If you've got a heavy load on the database during the day and you're doing SSIS then you have the option to separate them. But as in our case, which is a data warehouse, you can keep them on the same server because you're getting a lot of your batch processes overnight. So, most of the resources are being used by SSIS. Then during the day, you have the users using the database server for reporting or data capture or data inserts and data updates.
Our users for this solution are primarily BI developers, and we have twenty to twenty-five of them, mostly offshore.
If we grow here then we'll need more SSIS servers, or we'll get bigger boxes. At the moment, I think that we're where we need to be, and I don't have any plans moving forward at this stage.
How are customer service and technical support?
We have not had to contact Microsoft technical support. We tend to be able to solve most of the issues that crop up with SSIS, which I suppose is another reason why we have it. If there are issues then we can fix them pretty quickly.
Which solution did I use previously and why did I switch?
Prior to this solution, before 2005, we used DTS.
How was the initial setup?
The initial setup of this solution is part of the DBA's role, and I did not involve myself in this installation. However, I have done it before. To set up a SysTD is pretty straightforward, and it can be configured to your own company ETL framework.
The length of time required for deployment depends on how good your DBAs are. Some of them take quite a while because they have to install, configure, and then do some test runs. Then all of the permissions, etc, have to be taken care of. Some of these things are easy and some of them are difficult. I would say that it will take a least a week.
We have five people maintain this solution at the moment. We have the DBAs on standby before we do any sort of deployment to UAT or production.
What about the implementation team?
We handled the implementation with our in-house DBAs.
What's my experience with pricing, setup cost, and licensing?
When you purchase SQL Server, SSIS tends to come with it. Whether you purchase the standard edition or an enterprise edition, SSIS comes with it. Whether you choose to install it on a separate server, or the same server as the database, that really comes down to Microsoft's charging.
My advice is to look at what your configuration will be because most companies have their own deals with Microsoft.
Which other solutions did I evaluate?
We did not evaluate other products before choosing this solution. However, in the last couple of years, I have researched a few others. One of these solutions looks good, but I'm not sure how well it would be in a data warehouse situation.
What other advice do I have?
My advice for anybody who is considering this solution is to install the trial version first. You can get the SQL development edition, which pretty much has everything the enterprise edition has. You can download it, put it somewhere and use it as a development or testing area. Then, if you like it, look to purchase it.
We're looking to move more to the cloud at some point. I don't know when, but we'll be doing more research before we do.
Overall, I think for what this solution does, it's pretty much all there. I don't see any way or any changes that can be made to make it work faster, or easier. I know the tool inside out, so we know what to do with it.
The other solutions that I have looked at appear to be very good in certain situations. These are good for specific information, for situations that cover everything. With SSIS, it is specific to SQL and what we do, but it's lacking in some things like logging. Monitoring itself, for example, is what is missing.
I would rate this solution an eight out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Buyer's Guide
Download our free SSIS Report and get advice and tips from experienced pros
sharing their opinions.
Updated: October 2024
Product Categories
Data IntegrationPopular Comparisons
Informatica Intelligent Data Management Cloud (IDMC)
Azure Data Factory
Informatica PowerCenter
Teradata
Oracle Data Integrator (ODI)
Talend Open Studio
IBM InfoSphere DataStage
Oracle GoldenGate
Palantir Foundry
SAP Data Services
Qlik Replicate
StreamSets
Alteryx Designer
Denodo
Fivetran
Buyer's Guide
Download our free SSIS Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- Which ETL or Data Integration tool goes the best with Amazon Redshift?
- Which ETL tool would you recommend to populate data from OLTP to OLAP?
- Microsoft SSIS vs. Informatica PowerCenter - which solution has better features?
- What Is The Biggest Difference Between Informatica PowerCenter and Microsoft SSIS?
- What is the biggest difference between SSIS and Pentaho?
- What are the pros and cons of SSIS?
- Which is better - SSIS or Informatica PowerCenter?
- When evaluating Data Integration, what aspect do you think is the most important to look for?
- Microsoft SSIS vs. Informatica PowerCenter - which solution has better features?
- What are the best on-prem ETL tools?
First,
Great review and thanks for posting.
There are a few things you can do to lessen the crippling effect of a change to the source. Use variables to loosen the grip the source has, making it more dynamic.
I would agree that unless you have been doing this for years and are a top consultant in the field you wouldn't know this. You could also argue that it could be over verbalization and troubleshooting this can be a bear in SSIS.
Again Thanks for posting. Keep the reviews coming.
V/r,
Brian Dandeneau
CEO Applied Governance