Is there some sort of software out there that will allow me to extract data from one type of database, and insert it into another? Example: If I have an sql dump from one script, I would like to use the data in it on a different type of script. Is there software that allows me to import the data?
What means "one type of database " ? Another sql server ? or another database from the same database server . I don't know of the existence of this type of software but probably is not very hard to do a script to query first database and insert in the second. Regards Adrian P.S. Is possible to exist something like that but depends of your database server. You can check tora to see if is know something like that:
What I would like to do is take an sql dump from one db, and import the data into the sql dump of another db. If the sql dump from one db is from a completely different script, than the db I want to import the info to. Also, I would like to be able to import data from and excel sheet into an sql db.