Hi,
I have two .bak files
These files contain different tables in them, and it is guaranteed that indexing is consistent across both files
I can easily restore database A from A.bak and have tables a1, a2, a3 and likewise table B from B.bak with tables b1, b2, b3
What I really want is to restore database AB from both A.bak and B.bak and have the resulting database contain table a1, a2, a3, b1, b2, b3
Is there a simple way of doing this?
Thanks!
Greg