Internal error. Buffer provided to read column value is too small

  • 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.

  • 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?

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply