run a count query on the city table to determine how many records remain. sql code example
Example: how to count number of rows in sql
SELECT COUNT(*)
FROM dbo.bigTransactionHistory;
SELECT COUNT(*)
FROM dbo.bigTransactionHistory;