Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
SQL Server 2017 Integration Services Cookbook

You're reading from   SQL Server 2017 Integration Services Cookbook Powerful ETL techniques to load and transform data from almost any source

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781786461827
Length 558 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (6):
Arrow left icon
 Cote Cote
Author Profile Icon Cote
Cote
Dejan Sarka Dejan Sarka
Author Profile Icon Dejan Sarka
Dejan Sarka
 Lah Lah
Author Profile Icon Lah
Lah
David Peter Hansen David Peter Hansen
Author Profile Icon David Peter Hansen
David Peter Hansen
Samuel Lester Samuel Lester
Author Profile Icon Samuel Lester
Samuel Lester
 Olivier Olivier
Author Profile Icon Olivier
Olivier
+2 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. SSIS Setup FREE CHAPTER 2. What Is New in SSIS 2016 3. Key Components of a Modern ETL Solution 4. Data Warehouse Loading Techniques 5. Dealing with Data Quality 6. SSIS Performance and Scalability 7. Unleash the Power of SSIS Script Task and Component 8. SSIS and Advanced Analytics 9. On-Premises and Azure Big Data Integration 10. Extending SSIS Custom Tasks and Transformations 11. Scale Out with SSIS 2017

Using parallelism


This section will now focus on how we can enhance the performance of our package execution. Using parallelism in SSIS is very easy. A simple use of parallelism is in the entrypoint packages. Other parallelism can be implemented in the data flow tasks by using multiple source and destination components. In fact, every source we use in a data flow task has its own thread in SSIS, meaning that SSIS will try to execute all source transforms at once using different hardware resources.

In this recipe, we'll complete the entry-point package for the DW schema load. In this package, we have linked the dimensions together first. We now think that there are no dependencies between them and we'll separate them.

Getting ready

This recipe assumes that you have access to this book's sample solution.

How to do it...

  1. From the SSIS.Etl project, open the EP.D_Sequential package from the solution explorer.
  2. You'll see that all dimensions are called in sequence, one after the other. An execute package...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images