Notes
Notes
Notes
eclasess----
SQL Server
MSBI
Power Bi
Azure Data engineering
-----------------------------------------
Azure Developer
Java,.Net...APP Development
Azure Admin
Azure Devops
---------------------
what is cloud
what is on premises
what is microsot azure
what are different deployment mdes
what are different cateories services
what advantages of coud
6 months-----
2000 GB---after 1 month 500 More Gb
SQL Server---1 Lakh
AZURE DATABRICKS
AZURE DATA FACTORY----70%
7997457228
ONLINE----OFFLINE
CLASS NOTE ---RECORDING
TWO OFFICE
TRAINING---PLACEMENT---WORKSUPPORT
27-jULY-2021
CERTIFICTION-DP-203
---------------------------------
Name
Email
Watsapp Number
--------------------
Class Notes
Class recording video Access
Assignement Document
-----------------------------
7 am IST to 8 AM IST
Monday to Satrday
Practical Session
-----------------------------------------------------------------------------
JJJJAAA
-----------------------------------------------------------------------------
what is one premises
what is Cloud computing
What are different kind of categories of services
IAAS---INFRA STRUCTER AS A SERVICE---NETWORK,SECURITY,HARD,CPU ,MEMORY...........
PAAS---PLATFORM AS A SERVICE---OPERATING SYSTEM,SQL SERVER
SAAS---SOFTWARE AS A SERVICE---OFFICE365.COM
Microsoft Azure---www.portal.azure.com
Amazon--AWS--Amazon Web Services
Google--GCP--Google Cloud provider
www.portal.azure.com
Email---Gmail,yahooh,oraganization
onmicrosoft.com
Free Subscription
-----------------------------------------------------------------------------------
-------------
100 + Services
Azure Data Engineering---15+ Services
with in 10 days i have spent all amount what ever given 14500---immidiuatly 11th
day account will be disable
-----------------------------------------
20 people training
All 20 subsceriptions ---2 persons all other people can use same account
other 2 persons can create
cant use same credit card again for creating new free subscription
onmicrosoft.com
Credit Card
ram@eclasessdevazure.onmicrosoft.com
PAAS--Platforma As services
IAAS--Infra structer as as serices
Storage Account
-----------------
Access Tiers---
Cool
Hot
Table
File Share
Quese
-------------------------------------------------------------
Security mechanisams of storage account access
1. Access keys
vt5B6uad71O4hHOlUrNlsVcCeLIA1McELrqu9TWmuuxBrZ+R9ZGkSVlrCIdfC/
Ht98XFTLJcW2Wf+FcFiUPl1w==
2. Connection Strings
DefaultEndpointsProtocol=https;AccountName=eclasessmemory321;
AccountKey=vt5B6uad71O4hHOlUrNlsVcCeLIA1McELrqu9TWmuuxBrZ+R9ZGkSVlrCIdfC/
Ht98XFTLJcW2Wf+FcFiUPl1w==;EndpointSuffix=core.windows.net
---------------------------------------Azure
SQL----------------------------------------
DTU
Vcore
will get all features what ever available on Azure SQL inside vm
-----------------------------------------------------------------------------------
-----
or
8 am ISt to 9 am IST
--------------------------------------------
Azure Data Factory
Azure databaricks
Azure Synapse DW--Polybase
------------------------------------------------------------------
E--Extraction
T-Transformation
L-Loading
SSIS---MSBI(SQL Server Integration Services)--On premises ETL
Azure Cloud
Datasets:
----------------------
1.Blob Dataset
2.SQL Database table
Activites:
---------------------
Copy Data Activity
Integration Runtimes
Triggers
-------------------------------------------------------
Files from Blob to SQL Server
Files from Data Lake to SQL Server
Data From Azure SQL DAtabase to SQL Server
Data From SQL Server On premises to SQL Server
MSBI(SSIS,SSRS,SSAS)
HydebaraD---DIFFERENT
BANGALORE---DIFFERENT
TableName varchar(255),
WatermarkValue datetime,
);
-----5500----microsoft---
------------------------------
Copy Data Activity---copying data or files or any thing from one location to
another
GetMetadata-----for getting metadat information about
files....count,exist,filename,filetype,all filenames in container,structer
For Each Loop---loop and execute activites kept inside for each loop based on no of
items out put passed from prior activity.
filter activity ---filtering input based on condition and returns output to next
activity
stored procedure
Lookup
lookup ---lastwatermarkvalue
SSIS--ETL
Pipeline--Packages
Activity---Task
Create SSIS Packages in On premises using SQLserver data tools for visual studio..
Fully Loading
-----------------------------
Target --dimcustomer--100+20
Copy data activity
slowly changing dimension
--------------------------------------
inserting new record
updating modified record
Data Flows---Source---Transformations---Sink
spark----distributing data parlelly on multi[ple clusters ---in memory clusters
\\\\
Source
------------------
Customer
Target
------------------
DimCustomer
Derived Column : If you want to add new column or replace existing column by
deriving new expression inside derived column Transformation.
Conditional Split : Splitting input Data Based on Conditions Ex: All Hyd Data Load
into One destionation.
All Bang Data Load
into Another Destination.
Other Locations
data needs to load into different destination.
Union : If want to append or comboining more then two datasets data into one
dataset.
Join : Mergeing or joining two tables by using common key columns by performing
different kind of joins
Inner join
Left outer Join
Right Outer Join
Full Outer join
Custome Cross Join
New branch : It will take one input and giving multiple output with same set of
data.
Ex: When Same data Wants to Load into Multiple destinations
Exist : It is identifying what are all records from source1 available in source2
It is identifying what are all records from source1 doesn't exist in
source2
Select : This Transformation can use to skip columns and keeping what ever column
you want to pass to next transformation.
Filter : If you want to apply any filter conditions on input stream data before
passing to next transformation.
Sort : If you want to sort input source data based on column in ascending or
descending order.
parse
Flattern
Pivot
Unpivot
Window
Rank
Data Flow is a new feature of Azure Data Factory (ADF) that allows you to develop
graphical data transformation.
It contains several transformations to perform ETL process.