Guest User

Untitled

a guest
Feb 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Log Pool Cache Misses/sec – showing the number of log blocks which could not be found in the Log Cache
  2. Log Pool Disk Reads/sec – Number of Reads issued by the Log Cache to read log blocks from disks
  3. Log Pool Requests/sec – Number of log block reads per sec
  4.  
  5. select * from master.sys.dm_hadr_database_replica_states;
  6. Go
Add Comment
Please, Sign In to add comment