• I don't know the answer to your question, but I can tell you what I'd do. I'd restore a copy of the corrupted database on to a test server, and truncate the table there. You'll soon see whether the errors keep occurring. My guess is that dropping and recreating the table is more likely to work than just truncating it.

    John