Hello,
Does anyone have any links to documentation regarding the relationship between SQL Server page size, network packet size and storage block size.
I know that SQL works with 8KB pages, does having a block size og 64KB affect how SQL can read/write data?
How does the network packet size affect read/writes to/from disk?
Any advice would be most appreciated.
Andrew