MSSQL Database Architecture
When we talk about any database on a SQL server, two sorts of files are created on the disc: data files and log files. The data is physically stored on data pages in a data file. Log files, often known as write-ahead logs, are used to record database transactions. There are three types of files […]
Continue Reading