I have a huge DB and one table in particular is missing rows. I know this to be true but I need to find the gaps and show them. The primary key is the sequence number column. I need to show the actual missing sequence numbers. This table has 76,054,525 rows of data.
Update, the sequence number is provided by our software and each one represents a unique "play" record. Our software does not allow for gaps in play sequence numbers. Any gaps would be missing data.