the number of rows should be exact.. every time a wp user is added, a row is added to the sfmembers table… if you manually added or deleted users instead of through the wp api/ui, then problems can arise… in sfmembers, there is a pointer (id) to the row within the wp users table…
how many wp users listed on wp – users?
when you imported the db, was it empty? ie no existing wp users?
seems like a big mismatch in users which is very problematic… there are no sp users, only wp users… and we add our ‘extra’ data for the user in the sfmembers table…
so first step is to see which sfmembers tables, dont have a corresponding wp users entry – and vice versa…

