Microsoft SQL Server I/O Basics

The following illustration shows a high-level view of the SQL Server 2000 buffer pool. Figure 1 Scatter-Gather. Starting with Microsoft SQL Server 7.0, the Microsoft Win32 APIs WriteFileGather and ReadFileScatter are used. The WriteFileGather function gathers data from multiple discontinuous buffers and writes the data to a file. ................
................