SSIS 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 2016’s new features, and design and development improvements including SCD, Profiling, Tuning, and Customizations .
At the start, you’ll learn to install and set up the SSIS packages and resources to make optimal use of this Business Intelligence tool. We’ll begin by taking you through the new features in SSIS 2016 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 data warehouses and marts using SQL Server Management Studio. Additionally, we’ll learn to develop SSIS packages designed to maintain a data warehouse using the Data Flow control flow task. We also demonstrate recipes on cleansing data and how to get the end result after applying different transformations. We also cover some real-world scenarios that you might face and how to handle various issues that you might face when designing your packages.
At the end of this book, you’ll get to know all the key concepts to perform data integration and transformation. You’ll have explored on-premises Big Data integration processes to create a classic data warehouse, and will know how to extend the toolbox with custom tasks and transforms .
Chapter 1. Setting up SSIS
Chapter 2. What Is New in SS