SQL Server on Linux: How is Delete-On-Close Handled
Moved from: bobsql.com
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 … Continue reading SQL Server on Linux: How is Delete-On-Close Handled
