How to merge two SQL database

How to merge two sql database? Is there an easy way to merge two sql database with thesame structure but has different data? Database 1 should not overwrite database 2. I also need database 2 to control database 1 and overwrite it if the need arises. Is this actually possible? I need a step by step guide please.
