Is there any difference between DECIMAL and NUMERIC data types in SQL Server?
When should I use DECIMAL and when NUMERIC?
They are the same. Numeric is functionally equivalent to decimal.
MSDN: decimal and numeric
2.1m questions
2.1m answers
60 comments
57.0k users