Hello luis, Thanks :) Actually I was struggling with same issue. So got some logic, Thought it might help some other user looking for same issue. :)
You can use this as well:- declare @test float(25) declare @test1 decimal(10,5) select @test = 34.0387597207473 select @test set @test1 =...
Separate names with a comma.