Introduction to Azure Database Administration Flashcards
Nenne die 5 ‘Intelligent Data Platform Roles’ des Azure Database Admins
- Azure Data Engineer
- Azure Data Analyst
- Azure Data Scientist
- Azure Artificial Intelligence Engineer
- Azure Database Administrator
Versions of SQL Server available
Microsoft keeps images of all supported versions of SQL Server available in Azure Marketplace. If you have a need for an older version, that is covered by an extended support contract,
What do you need to do?
install your own SQL Server binaries
Nenne 2 ‘Haupt’ Backup Solutions in Azure für SQL Server
- Backup to URL
- Azure Backup
Name the Key differences between Backup to URL. &. Azure Backup
- Backup to URL = Back up to URL allows you to use standard backup syntax to back up your databases to Azure Blob Storage service,
- Azure Backup = Azure Backup for SQL Server Virtual Machines offers a complete enterprise backup solution that automatically handles your backups across your infrastructure.
Is a SQL Server running in an Azure virtual machine (iaaS) equivalent to an on-premises SQL Server?
Yes
A SQL Server running in an Azure virtual machine (IaaS) is equivalent to an on-premises SQL Server.
several features described for SQL Server on Azure virtual machine are applicable to all your on-premises SQL Servers
Many applications will require SQL Server running on a virtual machine (iaaS)
Name 2 Reasons and describe them
- General application support and incompatibility
For applications requiring an older version of SQL Server for vendor support. In addition, some application services may have a requirement to be installed with the database instance in a manner that is not compatible with a PaaS offering.
- Use of other SQL Server Services
In order to maximize licensing, many users choose to run SQL Server Analysis Services (SSAS), SQL Server Integration Services (SSIS), and/or SQL Server Reporting Services (SSRS) on the same machine as the database engine.
All resources in Azure share a common provider
Name the provider
Azure Resource Manager
acts as a management, and deployment service for cloud services
Aus was bestehen die ‘Azure Resource Manager templates’ die maan für das Deployment braucht?
JSON Documents
Name the 4 types of storage ( Disk ) for Deployment on Virtual Machines
- Standard
- Standard SSD
- Premium SSD
- Ultra Disk
Which Storage Type shuold you use For production SQL Server data and transaction log files?
Premium SSD storage and Ultra Disk
Which Storage Type is enough for database Backup & Restore Workloads
You can use Standard storage for your database backups, as the performance is adequate for most backup and restore workloads.
Which Fetures offers Azure to support high availability
Availability sets, availability zones, and load-balancing techniques that provide high availability by distributing incoming traffic among Virtual Machines.
When does Microsoft guarantee an uptime of 99% for single Instance Azure Virtual Machine ( Storage )
When Using Premium SSD or Ultra Disk for ALL Disks
Which features does Azure offer to support high Availability, name 3
- Availability sets
- availability Zones
- load balancing
to provide high availability by distributing incoming traffic among VM’s
SQL Database comes in two main purchaising models: name them
- vCore-based
- DTU-based model
Is Azure SQL Database PaaS or IaaS ?
Azure SQL Database is a Platform as a Service ( PaaS ) that provides high scalability capabilities
Name the 3 Service Tiers available for the purchaising model ‘vCore-based-model’
- General Purpose
- Business Critical
- Hyperscale
Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ General Purpose ‘
- Designed for less intensive operations.
- offers budget oriented balanced compute & Storage options
- provides both, provisioned compute tier & serverless compute tier
What is the Purchasing model [ vCore-Based ]
Compute and Storage resources are decoupled ( getrennt / voneinander unabhängig )
You cane scale compute and Storage resources independently.
Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ Business Critical ‘
- Supports ‘in-Memory OLTP’
- Supports built-in read-only Replica
- includes more memory perCore & uses local SSD storage
- Designed for performance-sensitive workloads
Purcahse model ( vCore-Based ) :
Explain the ServiceTier ‘ Hyperscale ‘
- Hyperscale introduces horizontal scaling features, that use advanced techniques to addcompute nodes as the data sizes grow
- it is only supported on Single SQL Database
- Hyperscale allows you to scale Storage and compute resources significantly over the limits available for thegeneral Purpose and Business Critical Service tiers ( business critical tier & general Purpose Tier )
Name the 3 available Service Tiers in the purchasing model ( DTU-based )
- Basic
- Standard
- Premium