Skip to content

smaguette/SQL-Server-2017-Integration-Services-Cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server 2017 Integration Services Cookbook

This is the code repository for SQL Server 2017 Integration Services Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

SQL Server Integration Services is a tool that facilitates data extraction, consolidation, and loading options (ETL), SQL Server coding enhancements, data warehousing, and customizations. With the help of the recipes in this book, you’ll gain complete hands-on experience of SSIS 2017 as well as the 2016 new features, design and development improvements including SCD, Tuning, and Customizations.

At the start, you’ll learn to install and set up SSIS as well other SQL Server resources to make optimal use of this Business Intelligence tools. We’ll begin by taking you through the new features in SSIS 2016/2017 and implementing the necessary features to get a modern scalable ETL solution that fits the modern data warehouse.

Through the course of chapters, you will learn how to design and build SSIS data warehouses packages using SQL Server Data Tools. Additionally, you’ll learn to develop SSIS packages designed to maintain a data warehouse using the Data Flow and other control flow tasks. You’ll also be demonstrated many recipes on cleansing data and how to get the end result after applying different transformations. Some real-world scenarios that you might face are also covered and how to handle various issues that you might face when designing your packages.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

SELECT ProductID, Name ProductName, ProductNumber, Color, StandardCost,
ListPrice, [Size], Weight, ProductModelID, ProductCategoryID
FROM Staging.StgProduct
WHERE LoadExecutionId = ?

This book was written using SQL Server 2016 and all the examples and functions should work with it. Other tools you may need are Visual Studio 2015, SQL Data Tools 16 or higher and SQL Server Management Studio 17 or later. In addition to that, you will need Hortonworks Sandbox Docker for Windows Azure account and Microsoft Azure. The last chapter of this book has been written using SQL Server 2017.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Code repository for SQL Server 2017 Integration Services Cookbook published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.4%
  • Batchfile 5.6%
  • SQLPL 5.0%
  • R 3.4%
  • PowerShell 1.6%