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 |
|
anand.mind
Starting Member
4 Posts |
Posted - 2008-03-13 : 08:35:40
|
| What is the difference between int and numeric data type in sql server 2000. When I should use which? |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-03-13 : 08:40:40
|
| Int is used to store exact number data.Numeric is used to stored fixed precision and scale number data.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-03-13 : 08:42:04
|
quote: Originally posted by anand.mind What is the difference between int and numeric data type in sql server 2000. When I should use which?
Read about it in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|