摘要:
锁的模式 Shared (S) Update (U) Exclusive (X) Intent Intent Shared (IS) Intent Exclusive (IX) Shared with Intent Exclusive (SIX) Schema Schema Modification 阅读全文
2023年10月26日 #
摘要:
Locks • Row (RID) • Key (KEY) • Page (PAG) • Extent (EXT) • Heap or B-tree (HoBT) • Table (TAB) • File (FIL) • Application (APP) • MetaData (MDT) • Al 阅读全文
摘要:
文件类型 一个数据库有三种类型的文件: Primary File:.mdf,master data file,记录了这个DB其它文件的指针,每个数据库都有 Secondary File:默认情况下,数据存在主文件,如果决定对主文件进行扩展,可以创建二级文件,后缀名为.ndf Transaction 阅读全文