Hacker News new | ask | show | jobs
by hacknat 3555 days ago
Yeah, I'd heard that was possible. Is it because the SQL server team abstracted their system calls?
1 comments

They did more than abstract their own system calls, Microsoft SQL Server essentially runs it's own OS, aptly named SQLOS.
That's not true, SQLOS is not a wrapper for system calls or another OS running on-top of a host platform. It's more of a resource/synchronicity/management layer: http://blog.sqlauthority.com/2015/11/11/sql-server-what-is-s...