Sunday, February 19, 2012

I need Help In SQl Server

Hello

I need Help In Sql Sever

I need Some one tell Mw What Is The Numeric(18,0) mean

It means you have NUMERIC data type with a precision of 18 and scale of 0 which is the default, scale is the values to the right of the decimal point. Numeric and Decimal are almost the same, if you are writing a .NET application try to use Decimal because there is no Numeric in .NET FCL(framework class library). Try the link below for the SQL Server docs for Numeric and Decimal. Hope this helps.

http://msdn2.microsoft.com/en-us/library/ms187746.aspx

No comments:

Post a Comment