If you have a float in MSSQLServer, to what do you map this in .NET?
Can you convert it to Double or will you lose numbers?
From my recollection, most of the ORM tools will map it to a Decimal type, which will not lose precision like a double or float.