What does numeric (6,2) means in sql server ? What is 6 and 2 in this ..please help I am very confuse
In this first parameter is the precision and second is the scale.
Means total of 6 digit and 2 digit after the decimal
Example numeric(4,2)
1111.22