I need to merge 2 SQL Server 2008 databases.
The scenario is as follows: I have a test server and a production server. They differ a little from structure. The test server has some extra tables. Now I need the structure of the test database on the production server, with the data from the production database.
What is the easiest way to do this?