Table Corrupt: The values in adjust table should be in ascending order starting from the end of the table (page#=%ld row#=%d); check adjust table in this row
This error occurs when SQL Server detects an inconsistency in the storage of the variable columns of a row and a page. This can happen after a fast bcp operation that involves many variable-length columns.
Follow these steps:
Note The select into/bulkcopy option is set to true for the database.
select * into new_table from problem_table
drop table problem_table
sp_rename new_table, problem_table
If the problem persists, contact your primary support provider.