Try our new research platform with insights from 80,000+ expert users
Pavel Adam - PeerSpot reviewer
BI specialist at SKODA AUTO a.s.
Real User
Top 20
Consistent performance, self service BI, however needs improvement with technical documentation
Pros and Cons
  • "The most important features are it works well and provides self-service BI."
  • "I would like to see better technical documentation because many times information is missing."

What is our primary use case?

One of our primary use cases is working with issues related to the electronic components of cars.

What is most valuable?

The most important features are it works well and provides self-service BI.

What needs improvement?

I would like to see better technical documentation because many times information is missing.

For how long have I used the solution?

I have been working with SSIS for the past two or three years.

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.

What do I think about the stability of the solution?

I have found the stability to be acceptable.

What do I think about the scalability of the solution?

The current scalability is ok and we have around seven to eight hundred users.

How are customer service and support?

I am working with technical support currently on two open tickets and there seems to be some type of bug. They have not yet fixed these two open customer support tickets.

What other advice do I have?

I would definitely recommend SSIS and I would rate SSIS a seven on a scale of one to ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Sakiru Dosumu - PeerSpot reviewer
Head, Development Chapter (DevOps) at First Bank of Nigeria Ltd.
Real User
Top 5
Easy to use, good support, but performance could improve
Pros and Cons
  • "The most valuable feature of SSIS is its ease of use. It is easier to use than other applications."
  • "The performance of SSIS could improve when comparing it to Oracle Database."

What is our primary use case?

We are using SSIS for applications in development and in production. We have applications that need to have a database to support them and those applications need to have different integration with other applications.

What is most valuable?

The most valuable feature of SSIS is its ease of use. It is easier to use than other applications.

What needs improvement?

The performance of SSIS could improve when comparing it to Oracle Database.

For how long have I used the solution?

I have been using SSIS for a long time.

What do I think about the stability of the solution?

SSIS is stable.

What do I think about the scalability of the solution?

This solution is good for small-scale developments. We have approximately 80 people using the solution.

How are customer service and support?

I have used the support from SSIS and I am satisfied.

What other advice do I have?

I would recommend this solution to others.

I rate SSIS a seven out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
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.
Sr. Architect - Data warehousing & BI at Molina Healthcare, Inc.
Real User
Fast insert, fuzzy logic matching, and free for developers to learn on
Pros and Cons
  • "The most valuable features of this solution are the fast insert and fuzzy logic matching."
  • "Generic processes should be used instead of custom code for each table."

What is our primary use case?

We use this solution to ingest data to a data lake that is built on SQL Server.

How has it helped my organization?

SSIS seems easy to use, is freely available for programmers to learn on their own, and has a lot of resources on the web for any trouble you get into.

What is most valuable?

The most valuable features of this solution are the fast insert and fuzzy logic matching.

What needs improvement?

This may be done, but upgrades to new versions required re-implementing each package.  This is worse for us because we have about one thousand SSIS packages. Hopefully they are now allowing backwards compatibility.

Generic processes should be used instead of custom code for each table.

For how long have I used the solution?

I have been using this solution for fifteen years.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Data Architect at World Vision
Real User
Top 5Leaderboard
SSIS 2016 - The good, the bad, and the ugly
Pros and Cons
  • "Built in reports show package execution and messages. Logging can also be customized so only what is needed is logged. There is also an excellent logging replacement called BiXpress that provides both historical and real-time monitoring which is more efficient and much more robust than the built-in logging capabilities. And none of this requires custom coding to make it useful unlike many other ETL tools."
  • "You have to write push down join & lookup SQL to the database yourself via stored procedures or use of the SQL Task to get very high performance. That said, this is a common complaint for nearly all ETL tools on the market and those that offer an alternative such as Informatica offer them at a very expensive add-on price."

Sql Server Integration Services (SSIS) 2016 Review

SSIS 2019 - the Good the Bad, and the Ugly

SSIS is a unique ETL tool for a number of reasons. Most shops already own it but may treat it as a free utility rather than as an enterprise ETL tool.  Which is ironic given it is superior to many of the supposed enterprise-class tools in a number of areas. The lack of respect in our industry is likely due to immature beginnings in its former "DTS" days and because it comes bundled "free" with Sql Server.  But don't let that fool you into thinking it can't compete with the expensive ETL tools. I've used many ETL tools over the years and I'll take SSIS over any of them. I've now used SSIS exclusively for close to a decade and have no regrets. 

SSIS is extremely flexible, extensible and integrated with many other Microsoft tools and a multitude of add-ons - both for purchase and for free. It's come a very long ways since its DTS days.  It's incredibly cost effective, easy to learn the basics quickly (although like all ETL tools requires the traditional learning curve to get good at) and has an immense user base. There are also endless bits of quality shareware available that seamlessly plug-in and a wide variety of low priced vendor supported add-on products to fill in any out-of-the-box gaps (see my other review of MellissaData Data Quality MatchUp for SSIS). And if you can't find something you need and you know how to code C#.net you can extend the tool yourself. So unlike any other tool on the market, there's always a way to make something work with SSIS.

The Good...very good

  • How is free for a price? (for anyone running enterprise or BI editions of SqlServer)
  • Limitless Extensibility

This comes from the fact that SSIS is merely Visual Studio code and comes with templates to add your own custom components. A large variety of pre-built shareware is available at the codeplex.com website and vendors such as MellisaData and Pragmatic Works provide sophisticated add-on components from advanced realtime monitoring to state-of-the-art data quality plug-ins. BIML shareware allows for automated ETL code generation based on XML templates. Some of the shareware available on Codeplex are very high value such as the MultipleHash component providing very sophisticated hashing to support CDC and SCD operations. If you don't like out of the box functionality (such as the SCD wizard which is largely worthless) then there's likely a worthwhile supported replacement by some vendor for a reasonable price. There's built in support for CDC from many database sources such as Sql Server and Oracle for no added charge which is unheard of among their competitors.

Adding plug-ins such as BiXpress, Task Factory and DocXpress from Pragmatic Works are relatively inexpensive tools that do some really amazing things. BiXpress is a MUST for providing real-time and historical monitoring of ETL including tracking package parameter and local variable value changes both in real-time and historical. I highly recommend MelissaData Matchup for SSIS - you'll never see any other data quality tool as easy to use as that one which seamlessly integrates with SSIS.

  • Common Development Environment - Visual Studio

Unlike any other ETL tool - if you learn Visual Studio, you gain familiarity with an entire toolset. Its navigation and project organization is common to all other .net development. Along with Visual Studio you get all the  source control plug-ins inherent with the tool such as TFS (aka. TFVC in VSO which is cloud based and free!), and Git.

  • Job/package Parameters

2012 Version introduced very flexible parameter capability superior to most all other ETL tools. Project and package parameters integrate seamlessly into Sql Agent to provide step-level dynamic change runtime values such as source/target connections. They of course can be used with many other job schedulers albeit a little less tightly integrated.

  • Endless Add-ons

Either via shareware or purchased products. Github provides a huge amount of free shareware code - some of which is very high quality. Vendors such as KingswaySoft and PragmaticWorks and many others provide multitude of inexpensive add-ons from adapters to enhanced components to connect to just about everything.  I use SSIS to connect to Microsoft Dynamics CRM, Oracle Netsuite, on-prem Oracle, hosted source using SOAP calls, and Azure SqlServer as well as flat file loads and on-prem SqlServers.

    • Logging

    Built in reports show package execution and messages.  Logging can also be customized so only what is needed is logged. There is also an excellent logging replacement called BiXpress that provides both historical and real-time monitoring which is more efficient and much more robust than the built-in logging capabilities.  And none of this requires custom coding to make it useful unlike many other ETL tools.

    • Extremely Large User Community

    Just google if you don't know the answer - from youtube to blogs there's an incredible amount of information out there about this tool. I suspect far more than any other ETL tool.

       List of good features...

    1. Respectable Performance and includes a balanced distributor that allows for endless parallelism of data flow pipes
    2. Robust historical repository reporting provided in the included SSISDB repository
    3. Includes connectivity to large variety of sources/targets
    4. Built in CDC for multiple sources (formerly a purchased add-on from Attunity). This feature alone is often 6 figure add-on from other vendors.
    5. High value/low cost Data Quality component integrations from MelissaData
    6. Sophisticated breakpoint debug capability including inside VB and C# scripts
    7. Integration with Change Control Software (e.g. TFS, Subversion, Git)
    8. Fully integrated with Sql Server Agent for scheduling including dynamic job step parameters
    9. Integrates with SSAS tabular and cubes as well as Data Mining algorithms
    10. Includes data profiling task and wizard
    11. High level of sophistication with source/target drivers
    12. Free Attunity OLEDB drivers for higher performance connections to Oracle and Teradata
    13. Multiple plug-ins for interfacing with applications such as Salesforce.com and Dynamics CRM
    14. Longevity of the tool and consistent support and enhancements by Microsoft
    15. Full power of either VB or C# script tasks to accomplish pretty much anything that isn't already included

    The Bad

    • No direct support for push-down of joins

    You have to write push down join & lookup SQL to the database yourself via joins in the data flow source to get very high performance. That said, this is a common complaint for nearly all ETL tools on the market and those that offer an alternative such as Informatica offer them at a very expensive add-on price and even then don't work for all join situations.  (My best practice is complex joins go into views of the data lake/landing area tables anyways so the queries are easily audible but I know there are deferring opinions here.)  

    • Slowly Changing Dimension (SCD) Wizard has poor performance

    No surprise here as this is a common issue with ETL SCD wizards. Requires custom/shareware enhanced wizard or one from 3rd party vendor to get good performance. This begs the question why Microsoft can't come up with a better wizard since it's pretty straight forward to code a dynamic merge as a workaround and someone wrote a much better shareware version. Pragmatic Works also sells a much better and supported version in their toolkit along with many other tools.

    Here's a list of constraints or potential gotchas...

    1. Expression Language primitive and inconsistent with other languages. The workaround is to use the script task that allows either VB or C# but using those inside of a dataflow severely degrades performance.
    2. Limited native scalability - Direct support for multiple server/clustered installation/processing requires at least the 2016 version but I haven't yet tested this feature so I'm leaving this in as a constraint for now.
    3. Flat file connectors are overly difficult to build and maintain - Changes in columns and file layout is cumbersome and problematic. Datatype detection is almost always wrong requiring manual settings for every column. Flat files that use quoted fields between delimiters don't work if a quote is included in the data - it can't find the field alignment and the data flow errors out. I know of no simple solution for this as it errors in the source before you can apply a cleansing function to it.
    4. Default datatypes not always correct when reading from views. This can cause syntax errors in data flows and components such as union all. Workarounds are to explicitly convert in datatype conversion task or override the default metadata datatype.
    5. Previous metadata often does not disappear when changing targets/sources. Tasks have the tendency to hold onto previous datatypes and lengths and not automatically pick up the changes.  The tool cannot automatically adapt to metadata changes like some tools such as ADF.
    6. Inconsistent data types for variables and parameters. Start with one set of datatypes coming from a database, combine with a completely different set of internal variable datatypes, another set with either Vb or C# variable datatypes when using script tasks, another set of datatypes when passing parameters to stored procedures, and yet another when applying SSIS expressions...and it's quite the mess in the end. You get it figured out eventually but it leaves you scratching your head asking why it has to be so difficult when it's all the same vendor's product. The C# and VB and database datatypes are a given but why can't the others follow one of those?
    7. Confusing context/scope for variables to watch when running multiple levels of parent/child execution. Debug mode shows all of them at the same time and the context for each set is not intuitively obvious. For example you get list of each parent and child in the hierarchy of calls and its easy to mistake which package the variables relate to when viewing in the debugger.

    10. Logging significantly impacts performance. You can customize logging however starting with 2016 version.

    The Ugly

    What's the future for SSIS?

    Its only cloud capability is running it under the covers within SSIS-IR from ADF. The only decent monitoring tool for SSIS is BiXpress and it has now been deprecated! The writing is on the wall folks. The problem is ADF isn't architected to do a lot of small tasks efficiently like SSIS is. I have no way of testing this but based on my experience an attempt to re-engineer all our SSIS processes into ADF is likely to take our daily 6 hour process and turn it into couple of weeks. ADF just takes to long to move small amounts of data around.  That leaves us limping by with SSIS and ADF in combination until such point someone provides a viable cloud alternative.

    SSDT is still 32 bit!

    Yup...and you thought this was the year 2022 and everything is 64 bit. Apparently Microsoft doesn't know that yet. Combine that with its tendency to not release memory and its not difficult to hit out of memory errors when doing SSIS development.  But wait!  There is finally hope on the horizon…VS 2022 is 64 bit now but no word on when SSDT/SSIS will be released for 2022.

    So...

    Here we go with more not-so-pretty "features"...

    Development environment and deployment wizard becomes unstable with larger projects

    It is not unusual to get "out of memory" errors IF you use the default deployment wizard which is 32 bit on even medium sized projects. However there is a 64 bit version that eliminates this issue but you have to realize that using it isn't the default.

    SSDT (the development tool) keeps grabbing more memory as you open new solutions so you have to exit at least once a day to free up memory. SSDT is unstable if you open more than about 30 packages at a time (such as when you're applying framework code to a bunch of packages - you have to limit how many you do at a time).

    Containers that help group tasks have several very annoying bugs. For example, sometimes if you attempt to resize the container it will make the diagram tool move about wildly and out of control. A task within a container sometimes becomes detached and you can't get it back into the container.  This is common with sequence containers when you try to add a new task.  The new task seemingly disappears but is actually behind the container.  The workaround is to cut and paste it in but you may start to scream before you figure that out.  

    And if that's not enough, here's a very special feature for you to enjoy...If you change the "show annotation" on a precedence constraint when the constraint is using a package parameter, Pennywise the clown slaps you in the face, laughs and then SSDT dies. There is fortunately a workaround.  You can make the constraint something generic like 1==1, change the show annotation again  and then put the real constraint into it. In the end you walk away with satisfaction knowing you found a way to slap it back.  

    Prior to 2012 not recommended!

    Prior versions had many issues including debugging instability with large parent-child package call volumes and .com locking issues when running many parallel threads. It's largest drawback however was it was WAY overly complicated with its configuration XML file method of passing data between packages. That said, it was still superior to ETL tools that require passing parameters via just files (such as Informatica)! But these issues were resolved with 2012 when they introduced project and package parameters and they also improved memory management for parent/child package calls.

    Disclosure: I am a real user, and this review is based on my own experience and opinions.
    Flag as inappropriate
    PeerSpot user
    GaryM - PeerSpot reviewer
    GaryMData Architect at World Vision
    Top 5LeaderboardReal User

    The insight into running packages comes from the BiXpress Audit and Notification frameworks which are an extra cost per developer. But it's invaluable. And I would argue it gives you insight into what's running like no other tool on the market can. Its as if you were running a debugger in production as you can watch data values change in variables as it runs and data counts as the data flows run. And it handles all the error handling for you which is massive. It sends you formatted and informative email or text when something dies with where it died and why. There is some performance cost but you can turn off SSIS logging so its basically swapping logging methods and BiXpress is SO far superior to the built in logging of SSIS.

    See all 6 comments
    Technical Consultant at LinkDev
    Real User
    Top 5
    Works well, offers good performance, and is straightforward to set up
    Pros and Cons
    • "It's saved time using visualization descriptions."
    • "We'd like more integration capabilities."

    What is our primary use case?

    The solution is a business application. It's used for integrations between different databases, migrating from one to one, and importing data from one thing to something else.

    What is most valuable?

    Overall, it works well. 

    The performance is good.

    It's saved time using visualization descriptions. 

    The initial setup is straightforward. 

    The product is scalable.

    It's stable. 

    We find the solution to be reasonable. 

    What needs improvement?

    We have faced some problems, mostly from a different provider with different language handling.

    We'd like the solution to increase the types of integrations on offer. We'd like more integration capabilities. 

    For how long have I used the solution?

    I've been using the solution for 20 years. 

    What do I think about the stability of the solution?

    It's very stable and reliable. There aren't bugs or glitches. It doesn't crash or freeze. The performance is fine. 

    What do I think about the scalability of the solution?

    We can scale the solution just fine. 

    It is our plan to increase usage in the future. 

    We have ten users on the solution right now.

    How are customer service and support?

    I've never used technical support. I cannot speak to how helpful or responsive they would be if we needed assistance. 

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

    We did not previously use another solution. 

    How was the initial setup?

    The solution is straightforward to set up. It's not overly complex. It takes about half an hour to set up.

    We have five people that can handle deployment or maintenance tasks. 

    What about the implementation team?

    We can handle the initial setup on our own. We do not need outside assistance from integrators or consultants. 

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

    The solution is fairly priced. I'd rate it four out of five in terms of affordability.

    What other advice do I have?

    My company is a Microsoft partner, and we use multiple Micorosft products.

    We're using the latest version of the solution. 

    I'd recommend the solution to other users and companies. 

    I'd rate the solution 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.
    PeerSpot user
    Syed Fahad Anwar - PeerSpot reviewer
    Principal System Developer at HHRC
    Real User
    Top 5Leaderboard
    It allows you the flexibility to write custom code, but it's difficult to use if you lack experience
    Pros and Cons
    • "SSIS provides you with lookup and transformation functions, and you have the flexibility to write your own custom code."
    • "SSIS doesn't have a very good user interface, but if you can work with it, it'll provide you with almost all of the functionality."

    What is our primary use case?

    We are using SSIS for ETL and ELT in a business intelligence context. We bring in data from different sources and use SSIS transform and load it into our intermediate database where we are developing dashboards. There are three people doing configuration and about 50 end-users. 

    What is most valuable?

    SSIS provides you with lookup and transformation functions, and you have the flexibility to write your own custom code.

    What needs improvement?

    SSIS doesn't have a very good user interface, but if you can work with it, it'll provide you with almost all of the functionality.

    For how long have I used the solution?

    We have been using SSIS for four years now.

    What do I think about the stability of the solution?

    The SSIS is highly stable, but there are occasional issues with the script component.

    What do I think about the scalability of the solution?

    SSIS is not that scalable. You can scale it vertically to handle a high load, but it lacks horizontal scalability. 

    How are customer service and support?

    Microsoft has some support for SSIS, but because the company is increasingly transitioning to the cloud, so these on-prem solutions are becoming obsolete.

    How was the initial setup?

    The initial setup isn't too difficult, but it's not easy. Sometimes, you may need help from a database administrator to set up the SQL Server Integration Services. It can take almost a day to deploy. 

    A database administrator can deploy it alone. You may need another person to develop the packages and set up ETL, so it's you need about two or three people for deployment in all. 

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

    SSIS is included at no additional cost in the SQL Server license.

    What other advice do I have?

    I rate SSIS seven out of 10. I would recommend using a cloud solution if possible, but if you need an on-prem product, SSIS is a good option. If you want to start using SSIS, there is a learning curve because SSIS isn't an easy solution to use. It's complicated, so you have to learn about the components and their functionalities to use them to meet your requirements. 

    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.
    PeerSpot user
    Data Architect at AMP Capital
    Real User
    It's easy to integrate data from various sources
    Pros and Cons
    • "SSIS is an easy way to do data integration from various data sources. It doesn't matter whether it's a database, flat files, XML, or Web API. It can talk to the and join them all together."
    • "It's difficult to refactor SSIS. It gets cumbersome to reuse the solution."

    What is our primary use case?

    We use SSIS to integrate investment data we collect from different places into our portfolio management system. We get results out of portfolio management systems and integrate that into the downstream back-office, risk, and regulatory reporting systems. All the developers at my company use it. 

    What is most valuable?

    SSIS is an easy way to do data integration from various data sources. It doesn't matter whether it's a database, flat files, XML, or Web API. It can talk to the and join them all together.

    What needs improvement?

    It's difficult to refactor SSIS. It gets cumbersome to reuse the solution. 

    For how long have I used the solution?

    I have used SSIS off and on for maybe 15 years.

    What do I think about the stability of the solution?

    SSIS is stable. 

    What do I think about the scalability of the solution?

    SSIS scales well

    How are customer service and support?

    I've never had any issues with SSIS, but I'm not responsible for managing the solution at an enterprise level.

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

    I've used free solutions or ones that allow you to create your own. I've used free ones like KNIME, etc. The open-source solutions have similar features, but I haven't found one with the same ease of use.

    How was the initial setup?

    I've never had to install SSIS at an enterprise level, but the installation is straightforward for development purposes. It takes less than an hour. However, installing it at the enterprise level would require a lot more configuration, tuning, etc. I'll leave that to the experts.

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

    We pay for a license, and I think SSIS is priced about right. 

    What other advice do I have?

    I rate SSIS nine out of 10. 

    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.
    PeerSpot user
    Senior Associate at PwC Acceleration Centers
    Real User
    Top 10
    Beneficial source data importing, reliable, and quick initial setup
    Pros and Cons
    • "The most valuable features of SSIS are that it works with the query language and it can import data from different sources."
    • "SSIS can improve by the minimum code requirements in stored procedures and exporting data is difficult. They could make it easier, it should be as easy as it is to import data."

    What is our primary use case?

    I am using SSIS for a primary database.

    How has it helped my organization?

    Not much but served as better alternative

    What is most valuable?

    The most valuable features of SSIS are that it works with the query language and it can import data from different sources. 

    What needs improvement?

    SSIS can improve by the minimum code requirements in stored procedures and exporting data is difficult. They could make it easier, it should be as easy as it is to import data.

    For how long have I used the solution?

    I have been using SSIS for approximately seven years.

    What do I think about the stability of the solution?

    SSIS is stable.

    What do I think about the scalability of the solution?

    SSIS has proven itself in scalability for datasets.

    We have more than 500 people using this solution in my organization.

    How are customer service and support?

    I have not contacted support.

    How would you rate customer service and support?

    Positive

    How was the initial setup?

    The initial setup of SSIS is easy. The full deployment took approximately one hour.

    Which other solutions did I evaluate?

    When my company evaluated other solutions we chose SSIS because it was the most reliable solution in the market.

    What other advice do I have?

    This solution was one of the easiest versions to use compared to other vendors' solutions. I would recommend SSIS to others.

    I rate SSIS a nine out of ten.

    This solution has all the functions needed. It is a complete solution and they are always adding additional features.

    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.
    PeerSpot user
    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 Integration
    Buyer's Guide
    Download our free SSIS Report and get advice and tips from experienced pros sharing their opinions.