Study plan for “Administering a SQL Database Infrastructure” || Exam 70-764


To study or understand something, we have to create or follow better plan. Dividing topics into sections gives us direction for learning. also, things do not get messed up.

The same way Microsoft has divided IMP topics in below chapters.

1)  Configure data access and auditing (Security)

a.    Configure Encryption.

       i.    Cell- level Encryption (Column Level Encryption)
       ii.   Implement Always Encrypted.
       iii.  Implement backup encryption.
       iv.  Configure transparent data encryption. (TDE)
       v.   Configure encryption for connections.
       vi.  Troubleshoot encryption errors.

b.    Configure data access and permissions

       i.    Manage database object permissions
       ii.   create and maintain users
       iii.  create and maintain custom roles
       iv.  configure user options for Azure SQL Database
       v.   configure row-level security
       vi.  configure dynamic data masking

c.    Configure auditing

       i.    Configure an audit on SQL Server.
       ii.   query the SQL Server audit log.
       iii.  manage a SQL Server audit
       iv.  configure an Azure SQL Database audit
       v.   analyse audit logs and reports from Azure SQL Database.

2)   Manage backup and restore of databases (Backup & Maintenance)

a.    Develop a backup strategy

       i.    Backup database
       ii.   configure alerting for failed backups
       iii.  back up databases to Azure
       iv.  manage transaction log backups
       v.   configure database recovery models
       vi.  configure backup automation

b.    Restore databases

       i.    Perform piecemeal restores
       ii.   Perform page recovery
       iii.  Perform point-in-time recovery
       iv.  restore file groups
       v.   develop a plan to automate and test restores

c.    Manage database integrity

       i.    Implement database consistency checks
       ii.   identify database corruption
       iii.  recover from database corruption

3)   Manage and monitor SQL Server instances (Monitoring and Performance tuning)

a.    Monitor database activity

       i.    Monitor current sessions
       ii.   identify sessions that cause blocking activity
       iii.  identify sessions that consume tempdb resources
       iv.  configure the data collector

b.    Monitor queries

       i.    Manage the Query Store
       ii.   configure Extended Events and trace events
       iii.  identify problematic execution plans
       iv.  troubleshoot server health using Extended Events

c.    Manage indexes

       i.    Identify and repair index fragmentation
       ii.   identify and create missing indexes
       iii.  identify and drop underutilized indexes
       iv.  manage existing columnstore indexes

d.    Manage statistics

       i.    Identify and correct outdated statistics
       ii.   implement Auto Update Statistics
       iii.  implement statistics for large tables

e.    Monitor SQL Server instances

       i.    Create and manage operators
       ii.   create and manage SQL Agent alerts
       iii.  define custom alert actions
       iv.  define failure actions
       v.   configure database mail
       vi.  configure Policy-Based Management
       vii. identify available space on data volumes
       viii.identify the cause of performance degradation

4)   Manage high availability and disaster recovery (DR and HA Solution)

a.    Implement log shipping

       i.   Configure log shipping
       ii.  monitor log shipping

b.    Implement AlwaysOn Availability Groups

       i.   Configure Windows clustering
       ii.  create an availability group
       iii. configure read-only routing
       iv. manage failover
       v.  create distributed availability groups

c.    Implement failover cluster instances

       i.   Manage shared disks
       ii.  configure cluster shared volumes



Note: Exam 70-764 will be retiring soon. For more details clickhere

Comments

Popular posts from this blog

What is DACPAC and how to use it?

What’s the difference between a hotfix, cumulative update, Service Pack, and Feature Pack?

Always on setup end to end - Part 1 || Pre-requisites