Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
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
Matija Lah Matija Lah
Author Profile Icon Matija Lah
Matija Lah
Christo Olivier Christo Olivier
Author Profile Icon Christo Olivier
Christo Olivier
Christian Cote Christian Cote
Author Profile Icon Christian Cote
Christian Cote
Dejan Sarka Dejan Sarka
Author Profile Icon Dejan Sarka
Dejan Sarka
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
+2 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

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

Importing Azure Blob storage data


So far, we've created and dropped a HDInsight cluster and called a Pig script using the Azure Pig task. This recipe will demonstrate how to import data from an Azure Blob storage to a table in the staging schema.

Getting ready

This recipe assumes that you have completed the previous one.

How to do it...

  1. From the SSIS toolbox, drag and drop, and Execute SQL Task on the control flow, and rename it sql_truncate_Staging_StgCloudSales.
  2. Double-click on it to open the SQL Task Editor. Set the properties as follows and click on OK:
    • Connection: cmgr_DW
    • SQL Statement: TRUNCATE TABLE [Staging].[StgCloudSales];
  1. From the SSIS toolbox, drag a Foreach Loop Container and rename it felc_StgCloudSales.
  1. Double-click on it to open the Foreach Loop Editor, and assign the properties in the Collection pane, as shown in the following screenshot:

  1. Now go to the Variable Mappings pane and add a string variable called User::AzureAggregatedData. Make sure the scope is at the package level...
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 £16.99/month. Cancel anytime