SQL Server transport version 2.2.2 uses IIF logical function in receive and send queries. IIF function is only available in SQL Server 2012 and later, which causes exceptions when endpoint tries to ...
Previously, when the condition (1st argument) of the IIF function could be evaluated (folded) to false, the `IfConditional` was eliminated which caused `IndexOutOfBoundsException` to be thrown when ...