May 24, 2013 at 9:13 pm
While i am altering a column, getting a message as below.
Can anyone please help? It's urgent.
alter table test alter column AvgCashAndInvestments numeric(19,0) NULL
The statement has been terminated.
Msg 682, Level 22, State 153, Line 3
Internal error. Buffer provided to read column value is too small. Run DBCC CHECKDB to check for any corruption.
May 25, 2013 at 2:11 am
EasyBoy (5/24/2013)
While i am altering a column, getting a message as below.Can anyone please help? It's urgent.
alter table test alter column AvgCashAndInvestments numeric(19,0) NULL
The statement has been terminated.
Msg 682, Level 22, State 153, Line 3
Internal error. Buffer provided to read column value is too small. Run DBCC CHECKDB to check for any corruption.
What is the current definition for this column?
May 25, 2013 at 4:31 am
EasyBoy (5/24/2013)
Run DBCC CHECKDB to check for any corruption.
And?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply