However, I might add that an ID in one database may not be the same in another. For example, the name_id value in MySql Server is different then the name_id assigned in my Oracle DB. So I had to find other ways of linking the name, like matching last name, firstname and DOB from both databases. Not the most accurate but close enough for what I am reporting.
-lw