Azure SQL Database Services

*Azure SQL Database Services:-

Azure SQL Database Services




SQL Database is a general purpose relational database managed services in Microsoft Azure that Supports Structures such as Relational Data, JSON, XML, etc.



— Azure Subscription

— Resource Group

— SQL Database Server          — Master,       Isolated User.            (Structure Query Language)



Planning the Deployments of an Azure SQL Database:



Features                               Basic                           Standards SL-53                     Premium (P1-P11)


Max DB Size                                 2 GB                                   250 GB                                                                       1 TB


DTU (Database-

Throughput unit)                                                                  10-100                                                                       125-4000


Point-in Time Restore                  Any point in last-            Any point in last  7 days                                              Any point in last 35 days

                                                          7 days

Disaster Recovery                        Geo-store, active geo    Same                                                    Same                                             

                                                          Replication upto 4- 

                                                          Readable copy.                  

Max-in-memory-                          NA                                      NA                                                                            1 GB - 32 GB

OLTP Storage   

        

Max. Con-current Workers         30                                      60 - 200                   200 - 6400


Max. Con-current Login             30                                     60 - 200                   200 - 6400


Max. Sessions                             300                                   600 - 2400              2400 - 32000





                                                     

Azure SQL Database Lab:-



Step1Azure Portal:


— SQL Databases

— Create SQL database / Add


Database name       — db-cars24-prod

RG                          — rg-cars24

Select source          — Blank database 

Server                     — Create a new server


— dbserver1

— admin

— admin@12345

— Location, select


Pricing tier              — Standard

Collection               — SQL_Latin1_General_CP1_C1_AS

                                — Create.


Step2. Go to db-cars24-prod:


— Copy the server name.



Step3. Download SQL Server Management Studio:


— Install

— Open it

— Paste Server name which has copied from Azure db-cars24-prod

— id

— password

— Connect.

— Sign Azure


Click on database, create new database     — newdb1     — ok


— Go to Azure portal 

— SQL Database (We’ll see —> newdb1).


— Go to SSMS ( SQL Server Management Studio).

— Create table,        Save.   

— Go to create table, right click edit Top 200 rows.

— Enter the details, Save.

— Go to table — select Top 1000 rows.


If you want to Migrate your database into cloud. Then —>


— Click on database 

— Tasks

— Deploy Database to Microsoft Azure SQL.


Database            — click on it  — Next

— Connect

— Password      — Connect


— Enter the database name  (New)

— Next               — finish.



Step4.  Go to SQL Server Management Studio:


— Security 

— Logins     — right click          — New Login

— admin      — admin@1234   


— Execute.




































Previous
Next Post »