Is there a way to merge to different databases with SQL? One database has new data and the other has different new data and I'd like to merge that data.
<div><br></div><div>Maybe it would be less of a problem if I have one database which we export with SQL everything new after a certain date and then import that into the other database (ignoring any changes in that database) and just adding the new data on at the end. Is this something that can be done without risking corrupting of data and all the indexes and links?</div>
<div><br></div><div>The problem is the lack of internet connection in the other location.</div>