Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tmcrouse
Starting Member
12 Posts |
Posted - 2014-09-29 : 13:39:53
|
I have a table I am trying to create and one of the columns needs to have a decimal that appears as 00.00 and does not round because the data example is 87.09, 86.50, 98.55 etc. I have tried every type of decimal formatting when creating I can find and nothing has worked. When I create the table and upload the data it keeps rounding like this: 87.00, 87.00, 99.00Anyone know how to fix this? The only way it does not round is if I do it as a char but that does not seem right when dealing with numerics. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|