When I right click on the database I want to export data from, I only get to select a single table or view, rather than being able to export all of the data. Is there a way to export all of the data?
If this is not possible, could you advise on how I could do the following:
- I have two databases, with the same table names, but one has more data than the other
- They both have different database names (Table names are identical)
- They are both on different servers
I need to get all of the additional data from the larger database, into the smaller database.
Both are MS SQL databases