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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 about data types

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 Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

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 file

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -