Hi,
Prior of the BCP out or the select into as suggested by Cory, you might run dbcc tablealloc with fix option - dbcc tablealloc("pm_schedule", full, fix) - in single user mode. If the logical page number mentioned on the error comes from an index, drop index prior of BCP out (you may use ddlgen to have the complete SQL for recreate the indexes).
Regards,
Victoria.