Key Learning's
- Perf counter values analysis
- Temp Db configuration
- Enable Lock pages in memory
- Interpreting Avg. Disk Sec/Read values
Key Query - SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
- Memory optimized Tables(MOT) reside in memory not in disks
- Steps to estimate memory for MOT
- Garbage collection of older version of records (similar to snapshot / read committed isolation levels)
Happy Learning!!!
No comments:
Post a Comment