Is there a way to store numbers in a db so that 7.1 is less than 7.10, ie keep the 2 points? Currently the numbers are stored as floats - do I need to change to small money, decimal or something? Any help hints appreciated.
Currently the .Net object uses a Double and sql server column is a float.