Hi @sakuraime ,
and may I know the following architecture also apply to sql server 2017 and sql server 2019 on WINDOWS ??
Yes.
And may I know what SQL operation will go through SOSAPI , and what other operation need "Hosted windows API " ..NT USER MODE ???
According to your doc.,summary as next:
Operations go through SOSAPI: All the subsystems like storage, network, or resource management...
Operations need Hosted Windows API: Code without SOS direct APIs they will either go through a hosted Windows API (like MSXML) or NTUM (NT User Mode API – this is the 1500+ Win32 and NT syscalls)
BR,
Mia
If the answer is helpful, please click "Accept Answer" and upvote it.