I use SQL Server.
There are 2 databases, old and the new one.
Databases relational structures are exactly the same.
The difference is:
- Some columns in one table are missing
- Some columns have different titles
- Some columns in a new one are added
The question is to find the way to import data from old database to a new one.
Use the
Import Data Wizardin SSMS to complete the task:It’ll walk you through the steps. You can read more here.