NewsBot
1
I am running a select statement:
select Convert(Decimal (38,38), ColumnName) as ColumnName from TableName
The Output is this error:
Msg 8115, Level 16, State 16, Line 1
Artithmatic Overflow Error converting float to data type numeric
Tried most of the steps, but not getting any respite. Please suggest.
More...
View All Our Microsoft Related Feeds
select Convert(Decimal (38,38), ColumnName) as ColumnName from TableName
The Output is this error:
Msg 8115, Level 16, State 16, Line 1
Artithmatic Overflow Error converting float to data type numeric
Tried most of the steps, but not getting any respite. Please suggest.
More...
View All Our Microsoft Related Feeds