I need to copy some recent records over from one server to another. These records are in multiple tables between 2 different databases in each case (source and intended destination).
One of the tables has a column that contains identity values of another table in the list. So that means I will have to copy over the identity value into the destination for that table as well.
Arrrgh, how do I handle this?