lets say we have a table on disk. duing a transaction a single row will be modified. so that page will go in memory.
Now as per locking SQL Server will apply IX lock on table level also while table is not inside the memory, then how SQL Server will manage locking for that table which in not inside memory (only a single page of that table is in the memory)?
is this due to metadata of that table? then what will be the internal working for this?
Now as per locking SQL Server will apply IX lock on table level also while table is not inside the memory, then how SQL Server will manage locking for that table which in not inside memory (only a single page of that table is in the memory)?
is this due to metadata of that table? then what will be the internal working for this?