Run dbcc checktable on the table and dbcc checkalloc on the database to insure database consistency.
Perform a database dump.
After you have changed the locking scheme from allpages locking to data-only locking or vice versa, you cannot use the dump transaction to back up the transaction log.
You must first perform a full database dump.