The usage of text columns within SQLServer has some unwanted side effects. When messages are deleted (e.g. messagepruning) the available free space will not be released by SQL Server. So although the ...
The adapter is translating Rails models decimal attributes as nvarchars (in SQL Server 2019 they are defined as numerics with different precisions). If I change the attributes to float, it will detect ...