
Rafael guides you through installing SQL Server 2016, setting up reporting services, and installing data tools on a Windows 10 environment, with prerequisites and configuration steps explained.
Corrects guidance by advising to download the community free version of Visual Studio instead of the enterprise trial, as it provides the same application and reporting capabilities for the course.
Learn to create a ssis package in sql server integration services that migrates data between sql databases using ole db connection managers in visual studio, with annotations and mappings.
Learn to export data from SQL to a flat file using an SSIS package, including setting up a mountains table, mapping columns, and configuring a delimited flat file destination.
Use the character map transformation in SSIS to convert a text column to upper or lower case, creating a new column, and verify results with a data viewer.
Explore union all in SSIS to merge data from more than two sources without sorting. Compare it with merge, learn when to use derived columns and downstream tasks.
create a robust ssis package using a for each loop to read multiple text files and load data into a sql table, with variables and data flow tasks.
This course is designed for those who want to learn how to create SQL SSIS packages that migrate data from various heterogeneous sources to a central point and shows the student how to extract, transform and load data to various destinations. The pre requisite courses SQL Administration Part 1, 2, 3, Learn T-SQL and SSRS are highly recommended. Those that are not familiar with SQL Server Administration should not take this course. The course covers data transformation tasks such as, data conversion, term extraction, migration to flat files, various databases sources and destinations, FTP site tasks, and foreach look container that allows the SSIS package to dump multiple files from source to destination. Those that finish this course will have the necessary skills that recruiters are looking for to fill SQL Server Administration jobs.