
Introduce data warehousing with Microsoft BI tools to transform flat files into centralized data for analyzing and creating insightful business reports using SQL Server Reporting Services.
Explore data warehousing fundamentals and ETL concepts, install and use Microsoft SQL Server tools, and build end-to-end projects from data cleaning in Excel to BI reporting.
learn to control video playback pace in a lecture by using speed options to speed up or slow down the pace for diverse learners.
Explore data warehousing by collecting and cleaning data from multiple sources, storing it in an olap database to support decision making, and timely transformation of data into information and knowledge.
Compare OLTP and OLAP, contrasting highly transactional, normalized online transaction processing with denormalized, analytical data warehousing optimized for fast queries and indexing.
Learn how ETL (extract, transform, and load) integrates data from sources and formats such as CSV, Excel, and XML, cleans and prepares it, and loads it into a data warehouse.
Define data management as securing, organizing, and providing authorized access to data in a warehouse, covering architecture, modeling and design, security, and quality with hands-on practice.
Explain what a relational database management system is and why Microsoft SQL Server is favored for business intelligence, due to integration with SQL Server services and its express edition.
Install SQL Server Express 2017 and SQL Server Management Studio by downloading from the official download center, following the basic install steps, and then learn to navigate SSMS.
Learn how to open SQL Server Management Studio, connect to a SQL Server instance with Windows authentication, navigate system databases, switch databases, and run a new query.
Explore the Microsoft business intelligence package, including integration surfaces for data extraction, reporting surfaces for insightful decision-making reports, and analysis surfaces for data mining within the Microsoft Visual Studio shell.
Install SQL Server Data Tools for business intelligence by downloading the BI tools for Visual Studio 2013, meeting 64-bit hardware requirements, and completing the setup and restart.
Discuss data types in Microsoft SQL Server, including strings char and varchar, numeric types bit tinyint int bigint float, date time, and identity.
begin a simple data cleaning project by organizing a three-folder workflow (original, prepared, load), clean a 71-company dataset, handle anomalous data, and remove dot separators.
Copy original file, convert it to txt, import into excel as comma-delimited csv, set text formats with text to columns, save as csv, and move to load folder for ETL.
Create a database in SQL Server Management Studio to serve as a data warehouse. Connect to the server, run create database with a meaningful name, and review the generated objects.
Create an SSIS project in Visual Studio Shell to implement an ETL process moving data from flat files to a SQL Server data warehouse.
Create the ssis project in ms visual studio shell for the etl process, map source to destination columns, save, and run to load data into the stage table.
Create a working table in ssms for data analysis by defining a new table from the stage table, setting correct data types, and loading data for analysis.
Examine a semicolon-delimited csv where Excel cannot split columns, revealing car sales by manufacturer, model, sale date, fuel efficiency, and price in thousands, with cleaning preview for the ADL process.
Clean and prepare a car sales data file in Excel by handling semicolon delimiters, converting dates, and removing currency signs, then save as csv for the data warehouse load file.
Create a data warehouse database named car sales using SQL Server Management Studio. Open a new query, run create database, and refresh to verify car sales appears.
Create a working table in SSMS for data analysis using used car sales, define the schema, insert data from the old table, and disable the data flow to prevent duplicates.
Clean the Boston crimes data in Excel by importing as a delimited CSV, parse the date time in month-day-year format, and set offense code as text for data warehouse prep.
Open SQL Server Management Studio, create a new database named Boston, execute the command, and refresh databases to confirm the warehouse setup for the FTL process.
Create an SSIS project in Microsoft Visual Studio Shell, set up a flat file source, and use a conditional split to separate valid records from invalid or anomalous data.
Identify anomalies in a csv-like flat file, reveal missing shooting data and misaligned columns caused by a comma delimiter and extra commas, and note seven records eliminated.
Create a working table in SSMS for data analysis by defining columns and data types from a template, then insert data from a flat file with conversion.
Remove extra comma from seven rows in flat file, save with a new name in a different folder, and create a data flow to transfer corrected rows to target table.
Solve the homework by cleaning a faulty comma-delimited file, importing it into Excel, restoring headers from the CSP file, and transferring seven rows via a flat file data flow.
Clean the movies dataset in MS Excel by converting a CSV to Excel, applying text formatting across columns, and preparing data for loading into a data warehouse for BI reporting.
Create a warehouse database in SSMS, set up an SSIS ETL project, configure a flat file source, map to a raw movies data table, load 5043 records and verify.
Create and configure a working table in SSMS for data analysis, validate data types, handle null values, and prepare data for reporting.
Clean and prepare a bank customer complaints dataset in Excel by importing a delimited file, configuring date formats, splitting columns, and saving as a csv for data warehousing and visualization.
Create the warehouse database in ssms and set up an etl ssis project to load data from a flat file into the bank customers complaints data warehouse.
Validate the transfer of 84,811 records, then create a fresh working table in SSMS from the raw data, drop the existing table, and define appropriate data types for quality assurance.
Insert data into the working table and identify a conversion error from non-numeric zip codes. Create a second table with a different data type for zip codes, using length 100.
Clean a Glassdoor employee review dataset and transfer it to a SQL Server data warehouse using Visual Studio for analysis of ratings and work balance.
Create and organize an SSRS project by using solution explorer, properties window, and view options to add a new report and name it, then explore the toolbox for report design.
Create a data source and dataset from a Microsoft SQL Server, query the work companies table to fetch all fields, and drag fields into a report table for preview.
Data Warehousing
Learning how to extract, clean and load data into a SQL database warehouse are highly required skills for data analysis field. You will learn in this course how to use Microsoft Excel to clean your data before loading them into a Microsoft SQL Server database. You will learn how to use SQL Server Integration Services (SSIS) which is one of Microsoft Business Intelligence tools to perform ETL process. You will learn a simple technique that save you a lot of time and help to avoid many possible errors during the ETL process. You will learn also how to use SQL Server Reporting Services (SSRS) to create business reports and data analysis with SQL queries. This course is designed to be more practical by putting your hands on real projects with diverse business scenarios to learn by practice. Learning via practice is the best way to get knowledge stuck in your mind because it is similar to acquire experience through work.
Power BI
Converting raw data to insightful diagrams and charts to make informative decisions is a crucial analytical skill in data science. You will learn in this course how to create insightful and powerful charts and perform data analysis. First, you will understand data visualization, and why data visualization. After that you will understand Power BI services and the use of each of them. After you became familiar with these services you will learn how to install and navigate in Power BI Desktop. After that, you will learn how to use the advanced functions in Power BI Editor in data preparation and cleaning. You will learn appending and merging datasets to create one dataset. After that you will learn how to turn your datasets into insightful charts using many powerful functions. You will learn how to filter your data according to your business requirements. You will learn how to create measures and calculated columns for your own data analysis. You will have an introduction to DAX language where you can learn how to create new tables and columns according to your needs. After that you will learn how to take your projects in the Cloud where you can work with other users. You will learn how use Power BI Pro interface to create, edit and share reports with others.