SQL server - rounding decimal filed
I feed the stored procedure parameter my value which is in the format "######.00", but when it gets to the database the value rounds to the nearest whole number.
Example: The parameter's value is set to 1.90; the value is 2 when it reaches the database.
Is there something I am overlooking here?

