How does SQL keep ???????
Answers
Answered by
1
SQL database have data dictionaries. These are merely tables that keep tracks of all the data tables...
Answered by
7
"The disk space allocated to a data file (.mdf or .ndf) in a database is logically divided into pages numbered contiguously from 0 to n. Disk I/O operations are performed at the page level. That is, SQL Server reads or writes whole data pages."
Similar questions