Knowledge on replication topologies Central Distributor/Publisher/Subscriber & Publishing subscriber.
Background process exploration of Checkpoint, Lazy writer, Eager writer, Log Writer.
Understanding of SQL Server Indexes and data structure level (B-Tree) level focus towards Heap, Clustered and Non-Clustered indexes.
Creating/Managing Clustered & Non-Clustered Indexes including Filtered/Column Store.
Identifying/fixing Index fragmentation and resolving page splits using fill factor/pad index.
Strong understanding of ACID, Isolation Levels (Pessimistic and Optimistic).
Resolving 100% CPU usage troubleshooting using appropriate Perform, Counters and DMVs considering factors like High IO, Query load, Cost Threshold & MAXDOP.
Identifying/resolving Memory high consumption situations like workload, memory leaks, Out of Memory (OOM) errors.
Reporting High IO Utilization and working with storage team to find out reasons behind IOPS performance drop and diagnosing.
Benchmarking SQL Server IO performance using SQLIO (Microsofts Proprietary tool).
Using Perform counters for troubleshooting major bottlenecks CPU, Memory, IO & Network
Diagnosing Server /Application /Database slowness performance situations.
Monitoring and checking top wait types in SQL Server.