17) SQL DB Migration
17) SQL DB Migration
1) In azure create sql db –create server –After creating –log on and create some
tables
2) In azure –open SQL server –firewall –add client Ip –save
3) Install SQL server 2019 in on premise server
4) Open it –login with azure sql credential
5) RC on Azure DB- task –Export data tier application –next—save to local disk –
select path and save
6) In on premise server –log on to SSMS using azure sql server credential—
Now local DB showing here –Expand and Rc on DB –Import data tier application—
Next –import from local disk – browse and select saved local db
-- change max db size :1gb --and service objective : S0 –next finish
7) Now check in local Db server – a new database came
SQL DB Migration (One version to another)