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.
Instructor: Mitchell Pearson
Click here to watch the entire webinar.
Click here to view Mitchell's blog.
Thank you everyone for attending my webinar on SSIS Performance Tuning.
Below are some of the questions that I received from the Webinar:
Q: Can you give some performance tips in using script tasks too?
A: Yea, don’t use them! Script tasks can be really bad for performance and
many times I have been able to replace someone else’s code with native SSIS
components. For example, I had situation where the client was using some very
complicated .net code to parse out columns based on logic. The package was
taking over an hour to process 1 million records. I replaced this with some
conditional splits and derived columns and it now runs in 3 minutes.
Q: I am assuming that the file formats must be the same for all files when
using the MultiFlatFile transform, correct?
A: You are absolutely correct. The metadata in each file must match.
Q: PW delivers a 'TF Advanced Lookup Cache Transform" component. What are
the benefits of using this component over the Cache Transform covered earlier?
It seems that the TF components cannot make use of the same result set when the
data set is role based.
A: For basic caching of data I would use the native SSIS cache transform. The
major advantage you get from the Task Factory component is you can do very
difficult range lookups with ease and they will perform at a high level. Please
see my blog post on this.
Q: What version of SQL Server is being used?
A: I was using SQL 2012, but everything in the presentation is applicable to
2005 and 2008.
Q: With the multi flatfile connection manager can you specify specific
types?
A: Yes, the wild card character can be anywhere in the connection string
property. So you could do test*.txt to only pull in text files where the file
name begins with test.
Q: Why would you ever not use table or view (fast load) option in the OLEDB
Destination?
A: Well I personally would always use that option. However, with the fast
load option all records are committed for the entire batch. So if there is a
record that is bad and causes the failure you will not know which record caused
the error. With table or view option each record is committed individually so
you know exactly which record caused the failure.
Thanks again!
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