Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Career Guides
Breaking into the field? Let these guides help get you started with a plan.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
In his Azure Data Week session, Azure Data Factory - Movement to and in the Cloud, Chris Seferlis takes us through a traditional SSIS package that ETLs the data and presents it for reporting, then compares it to the process in Azure Data with some great tips and roadmap.
There were many questions he was unable to answer during his session and we're happy to share them with you now.
Below are the Q&A from session attendees:
Is the data movement activity currently a lot costlier than SSIS if we need to make multiple API calls?
A: It depends on your design. There is a max parallel of 4 for activities within a pipeline, so if it's a complex solution you will still get better performance from SSIS and should consider running that in an ADF integrated runtime.
With the new ADF features, would we be able to migrate SSIS packages or would we have to rewrite them?
A: I don't have any information from Microsoft on this, however, given that SSIS packages are in XML and ADF are in JSON, there's a potential for conversion, but I would say it's pretty unlikely anytime soon.
Can you migrate from ADFv1 to ADFv2 or do you have to recreate the objects?
A: There is a migration tool from v1 to v2 and it can be found here: https://www.microsoft.com/en-us/download/details.aspx?id=57070
Did you first copy from http to Azure Blob Storage and then move that to Azure SQL DB? What are the benefits of having the blob storage step in between?
A: I did first copy to blob storage. The reason I did this is because I wanted to keep the original file for archival reasons after I was done with my extraction. Also, originally there were some challenges extracting a file of this size "on the fly" and would cause the pipeline to fail. This may have been fixed, but I haven't tried since.
Do you still use SSRS? Can you get better performance with SSRS when querying SSAS or a Data Warehouse vs Transactional DB?
A: No, did away with SSRS for this use case because of the interface and handling so many records. I'm sure it would load quicker if I loaded into AS cube, but even the export and navigation options of SSRS perform poorly and just don't provide a good experience to the end user.
Mac!? Boo Hiss :)
A: lol… shows the power of the web! I can do ADF pipelines on any platform!
ABOUT THE AUTHOR
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment