Quote:
|
can I keep a duplicate of say the primary keys in a second database and write a query to compare the first with the second and extract only the non-duplicated keys?
|
since you cannot update the first system, and you cannot even query the second, then yes, you will need some kind of extra table
(what kind of weird setup is it where they want you to do INSERTs into a database but not be able to do a SELECT on it?)
as to what happens when the database becomes "massive" -- i'll tell you what happens, they'll come back to you and say "help, our database is massive, we need you to clean it up" and then they'll
have to give you DELETE permissions...
rudy
http://rudy.ca/