SQL Server Error Msg 35382 – The specified COMPRESSION_DELAY option value %d is invalid. The valid range for disk-based table is between (0, 10080) minutes and for memory-optimized table is 0 or between (60, 10080) minutes.

In this blog post, let’s learn about the error message “35382 – The specified COMPRESSION_DELAY option value %d is invalid. The valid range for disk-based table is between (0, 10080) minutes and for memory-optimized table is 0 or between (60, 10080) minutes.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

35382 – The specified COMPRESSION_DELAY option value %d is invalid. The valid range for disk-based table is between (0, 10080) minutes and for memory-optimized table is 0 or between (60, 10080) minutes.

Reason for the Error

To be update soon…

Solution

To be update soon…