Y
Hacker News
new
|
ask
|
show
|
jobs
by
friism
3555 days ago
Express works fine listening on TCP. While I haven't tried I don't see any reason it wouldn't work. And I've see the full SQL Server running in a Linux Docker container :-)
1 comments
hacknat
3555 days ago
Yeah, I'd heard that was possible. Is it because the SQL server team abstracted their system calls?
link
snuxoll
3555 days ago
They did more than abstract their own system calls, Microsoft SQL Server essentially runs it's own OS, aptly named SQLOS.
link
notsentient
3555 days ago
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...
link