Migration On-Premise Database To Azure Database: Some of The Migration Tools
Migration On-Premise Database To Azure Database: Some of The Migration Tools
-------------------------------------------------------------------------------------------------------------------------------
1.IAAS Model:
Will get Windows from Azure
You can start/stop Services
Same as like On-premise
2.PAAS Model:
Pass model again 3 Types:
Single database model & Elastic pool database model & Managed Instance
No windows login
You can’t start/stop sql service
SQL Server name will be like xxxxxxxxxxxx.database.windows.net
-------------------------------------------------------------------------------------------------------------------------------
Compute + storage options in PASS Model
1. DTU Model
2. Vcore Model
DTU or eDTU model again 3 Types
a. Basic
b. Standard
c. Premium
a. General Purpose
b. Hyperscale
c. Business Critical
VCore Model:
Independent scaling IO, CPU and Memory
SQL Authentication:
CREATE USER Raj for login Raj (before should create login)
CREATE USER [Raj] WITH PASSWORD = 'Welcome@1234' (without login)
Azure Active Directory - Universal with MFA: (like windows Authentication in On-
premise)
CREATE USER [[email protected]] FROM EXTERNAL PROVIDER
CREATE USER [DBAdmins] FROM EXTERNAL PROVIDER
Master db Only
dbmanager and loginmanager and no other roles
Userdb's:
Same db roles like onpremise
-------------------------------------------------------------------------------------------------------------------------------
HA & DR
Azure SQL Database provides Active Geo-Replication and Auto-Failover groups for disaster recovery
and High Availability
Azure SQL Database Active Geo-replication
Uses AlwaysOn to asynchronously replicate data from primary to secondary databases.
Supports four readable secondary’s in the same or different Azure regions. Secondary’s can
also be used to offload read-only workloads other than disaster recovery.
Allows primary and secondary databases to be in different service tier if required. You can
switch to a lower service tier for secondary database to save cost, however, if you failover
to secondary, you won’t get the performance of the primary database.
Supports Manual failover. After a successful failover, all other secondary’s automatically
point to the new primary.
Supports failover of an individual or set of databases from Primary to Secondary, even the
databases in an elastic pool are also supported
Is available for all service tiers.
Below is the step by step document for creation of GEO Replication and Failover group
Geo Replication
Step By step.pdf
Thanks,
+91-9966246368
(contact for Azure SQL Trainings and Videos and Realtime Issues)