sqlsql-serversql-server-2008

Transfer data from one database to another database


How to fetch the data from one database and insert in to another database table? I can't to do this. Please help me in transferring data from one to another.


Solution

  • There are several ways to do this, below are two options:

    Option 1 - Script the data to move, then run the script where you want the data:

    You can now run the generated query on the new database.

    Option 2 - Export the data you want to move, then import it where you want it: