I do not think you need the use of minus operator.
If you fetch that data into temporary Access tables you can then create a outer join to show only the records that exist in the test.mytable (through the is null condition on the other end)
WinSQL offers a tool to compare objects (tables, fields, indices) between 2 schema's or 2 databases.
Won't help you with actual data itself...
The BO solution works by fetching the primary key + minimal 1 other fields from each table (in the BO document create 2 dataproviders)
The datasets can than be 'linked' over the primary key.
If you then incorporate the additional fields into one report table, then BO will create a full outer join over the datasets. This enables me to quickly check the non-intersection.
I realize this will sound a bit vague, but this way I can even compare data coming from totally different databases (like DB2 compared with SQL server)
If you have Business Objects anywhere available, it will surely be a good solution
Ties Blom
Information analyst