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 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2007-02-23 : 04:28:50
|
| What datatype should I use for a field in my sql server table that should be able to hold values such as:-1.09202.987564525436.432567etc.Thanks |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-02-23 : 04:32:37
|
what is the precision that you required ? Use float if you required high precision else numeric / decimal should be sufficient. But do note that float value is approximate value. KH |
 |
|
|
|
|
|