get-free-advice
Clara Icon MEET CLARA - THE AI BEHIND SMARTER SOFTWARE CHOICES
Get Started
/*
Loading...
*/
SSIS Data Flow Components Reviews

Do You Use SSIS Data Flow Components?

Write a Review
Reviews
AU

Anonymous User

December 19, 2023 Source: G2.com
"very useful to performing and scheduling integration tasks"
What do you like best about SSIS Data Flow Components?

the most i like is execute process task which can run command prompt commands

What do you dislike about SSIS Data Flow Components?

new connectors and being microsoft specifc.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

API Integration via third party softwares like zappysys

ftp and sftp integration

data integration

Read more
AU

Anonymous User

September 13, 2019 Source: G2.com
"Have 10 years of experience "
What do you like best about SSIS Data Flow Components?

The data flow components is easy to use, it is an drag and drop tool which has so many features and in house tools which makes a developer job quite easy and productive

What do you dislike about SSIS Data Flow Components?

Complex transformations and some tools like sort, merge etc hinders performance which is a drawback. So typically we call a stored procedure as a mitigation

What problems is SSIS Data Flow Components solving and how is that benefiting you?

Moving data from point a to point b is very fast, it is an in-house tool of Microsoft which works very well with sql server

Read more
AU

Anonymous User

March 25, 2019 Source: G2.com
"SSSI Data Flow Components"
What do you like best about SSIS Data Flow Components?

The components are intuitive and easy to use.

What do you dislike about SSIS Data Flow Components?

The IDE crashes on rare on some occasions.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

We are able to get our SSIS packages developed and deployed in a much more timely manner,

Read more
DA

Divya A

September 25, 2018 Source: G2.com
"SSIS ETL Services"
What do you like best about SSIS Data Flow Components?

Making connections is easy with SSIS. You can track execution activity by just looking at data flow task progress. When converting source components to destination data types, the SSIS makes it super easy and takes care of metadata issues and synchronization on its own. All in all a very useful product for ETL design.

What do you dislike about SSIS Data Flow Components?

The product should have advanced mechanisms of error logging. If the container fails, the only way by which one can tell is by looking at error list output at the end of horizontal menu. The product should have capability of running enterprise level of jobs and monitor all jobs in a single screen just like Control-M.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

ETL designing is super easy with this product. Maintaining historical data is really beneficial to any organization. Deployment and maintenance is not an overhead.

Read more
AU

Anonymous User

March 8, 2019 Source: G2.com
"Benefits for ssis data flow"
What do you like best about SSIS Data Flow Components?

Ssis is very easy to use.

This etl tool can connect to multiple datasources and load data to multiple type of detinations like csv,Excel,database etc

What do you dislike about SSIS Data Flow Components?

Some times the ssis gives hang issue due to memory constrainst and we have to restart the solution

Recommendations to others considering SSIS Data Flow Components:

Good

What problems is SSIS Data Flow Components solving and how is that benefiting you?

We are using ssis data flow to load data from Hadoop to SQL database which is then used for dimentional modelling.

Read more
AU

Anonymous User

January 4, 2016 Source: G2.com
"SSIS Data Flow components"
What do you like best about SSIS Data Flow Components?

The ease of moving data from multiple sources to SQL Server given the amount of transformations that are all possible to implement within SSIS

What do you dislike about SSIS Data Flow Components?

The clunky feel of the source wizard. I also would like to use something with a little more flexibility when interacting with MS Excel as well as MS Access

What problems is SSIS Data Flow Components solving and how is that benefiting you?

The business problems it is solving is moving data into our data warehouse. We exclusively use SSIS and the Data Flow Task to move data from our source systems into our warehouse

Read more
SJ

Sumeet J

January 6, 2024 Source: G2.com
"SSIS data flow components demystified"
What do you like best about SSIS Data Flow Components?

The ability to handle large volumes of data efficiently.

SSIS provides a wide range of source , transformation and destination components.

Also, it has robust error handling capabilities

And its ability to integrate with other Microsoft technologies like SQL server databases, Azure services and more.

What do you dislike about SSIS Data Flow Components?

It has limited cross platform support - SSIS is primarily designed for integration with Microsoft technologies and its native components might not be as well suited for cross platform integration with non Microsoft systems

Also, debugging SSIS packages can be complex, especially when dealing with intricate data flow logic or when errors occur in larger packages.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

SSIS provides a robust platform for designing and executing ETL processes, facilitating seamless integration and transformation of data from various sources

SSIS automates ETL processes, reducing manual intervention, minimizing errors and improving efficiency in data integration tasks

Read more
JH

Jonathan H

November 3, 2021 Source: G2.com
"Microsoft's own ETL suite that gets you data to and from SQL Server"
What do you like best about SSIS Data Flow Components?

This uses the popular Visual Studio app to build your own structure to push data into the server. For the most part, I'm not writing code but joining up boxes to produce a workflow of one type of data, any necessary changes, to the final target source of data.

What do you dislike about SSIS Data Flow Components?

- Its fiddly to set up. I now realise you have to install SQL Server Data Tools, which is a plug-in on top of Visual Studio. As my work PC which connects to an Azure VM, I have built a lab to try it at home on my own PC.

- I seem to have two versions of VS installed, and it only works on 2017 not 2019. Sometimes when opening my packages, side menus are missing, looking through drop-down menus doesn't show the correct ones. Instead opening the .SLN fie from the desktop then means it works all ok. The Error box at the bottom sometimes is missing, and sometimes my scripts don't work, and there is less detailed information which can be hard to pinpoint what's wrong.

- I'm trying to build a workflow of data that I want my non-technical colleagues to run when I am not there, so still getting the hang of it. For the most part, it's great, still a lot to learn.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

My current processes are editing very complex XLS spreadsheets to build datasets of clients to send to a bulk mailer web app. By doing this with SSIS I can automate this and make a task that takes hours and is very error-prone run instantly.

Read more
AU

Anonymous User

February 1, 2019 Source: G2.com
"I have three year experience to use SSIS data flow components"
What do you like best about SSIS Data Flow Components?

1) The drag and drop feature of SSIS is easy and intuitive for the desired functionality.

2) The templates like SCD are easy to configure and use to do a lot of heavy work.

3) The runtime debugging is a great feature and helps to find issues in complex scenario.

4) the event handler feature is of great use. User can raise custom events for a specific action.

5) It also provide data transformations. These transformations help to change data as per requirement.

What do you dislike about SSIS Data Flow Components?

1) SSIS do not provide performance optimisation tools. Most of activities took place behind the scenes. So, user is required to do some heavy work to do fix performance issues.

2) SSIS do not provide debugging at its core level. Like user can see the results of a procedure at runtime. But, it do not show internal debugging of stored procedure.

3) SSIS do not provide enough templates. I think SSIS should provide basic template with multiple components and user should be able to configure them as per available/required resources.

Recommendations to others considering SSIS Data Flow Components:

It's a great tool to collect data from variety of sources.

What problems is SSIS Data Flow Components solving and how is that benefiting you?

1) It helps to collect data from variety of sources. Like, Excel,SQL,csv,XML etc.

2) it's easy to use this. User can perform some complex task with drag and drop.

3) it's easy to customise or modify existing SSIS packages.

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed