摘要:
与锁的区别 锁用来保证事务隔离及一致性,而latch则保证在内存里的对象的一致性 锁会在事务运行期间持续存在,而Latch则只是短暂存在. 锁可以通过隔离级别或hint控制,而Latch由数据库引擎自动控制. Latch模式 SH Shared Latches:读取页时被使用 UP Update L 阅读全文
摘要:
问题描述 Unable to start execution of step 1 (reason: JobOwner kigiboy doesn't have permissions to use proxy 1 for subsystem SSIS). The step failed. 没有权限导 阅读全文
摘要:
现象 sys.processes spid 和 blocked是同一个 同时我观察到还有PAGEIOLATCH_XX或Latch_XX这样的等待事件 解释 参考自微软知识库 When an SPID is waiting for an I/O page latch, you may notice t 阅读全文