I'm using the Migration Toolkit to import data fom an ODBC compliant data source (RETS) where the max number of records returned for any query is limitied to 2500.
Fortunately the data source provides an OFFSET command. The first query would contain OFFSET 0, next OFFSET 2501, next OFFSET 5002, etc.
Question is there anyway to do several queriers in the migration SQL?