versuchen
select ltrim(STR( cast(32040.5742 as float),10,4 ))
oder vielleicht noch besser:
select FORMAT( cast(32040.5742 as float), '########0.####');
Bitte beachten Sie, dass die 0 im Format hier eine bestimmte Bedeutung hat, für Details lesen Sie bitte:https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings