Windows provides an option for CreateFile to delete a file when the file is closed (FILE_FLAG_DELETE_ON_CLOSE.) Host Extension Handling Linux does not expose such an option as part of the open syscall. Instead the host extension remembers that the open request was made with the FILE_FLAG_ON_DELETE option and after closing a file issues the remove […]
Read MoreWhen starting SQL Server on Linux why are there two (2) sqlservr processes? systemctl status mssql-servermssql-server.service – Microsoft SQL Server Database Engine… CGroup: /system.slice/mssql-server.service ├─85829 /opt/mssql/bin/sqlservr <——— WATCHDOG | MONITOR └─85844 /opt/mssql/bin/sqlservr <——— SQLSERVER.EXE The simple answer is the first entry (85829) is not what you are used to on a Windows system as sqlservr.exe […]
Read More