Question : Find Corrupt Record

I am trying to upsize all my access tables to sql server express the problem is that it keeps skipping one table. I suspect it may be because of a corrupt record because each time I attempt to run a query on this table I get an error that says Record Deleted. This table has 17,000 records so is there a way to find a corrupt record.

Answer : Find Corrupt Record

I suspect the table does not have a Primary Key, right?  If not, add one.
Random Solutions  
 
programming4us programming4us