SQL Server Internal Error. Text manager cannot continue with current statement. Connection Broken

  • Hi All,

    Can Some Tell me What is this error "SQL Server Internal Error. Text manager cannot continue with current statement. Connection Broken "

    This Occurs when I am trying to update the Record .I have a SP which will Insert Or Update the Record.This error occurs when I am updating record.

     

    Regards,

    Raj Yagnik 

  • This was removed by the editor as SPAM

  • I guess the data that you are trying to insert is not matching the validatin of the filed that you are trying to put in .

    either the field size of the source is more than the destination field

    or the type of data is character and you are trying to insert it into a numeric .

     

    but the first assumption is more likely .

    try to check the field size for source and destination .

    and try to send data on batches so you can see from which batch you have the error

    Good luck

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

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