I have two copies of a database. One is a working copy and the other is the development copy. What I would like to do is, as updates are made to the development copy and tested, copy the contents of the working copy to the development copy and then publish the development copy.
I did a search and found questions similar to this but nothing that "fits the bill", so to speak.
Is there some code that I could add to a module that would copy all information from all tables from one database to another? I realize that if the table structure changes this might not be possible.
Thanks in advance,
Onwards,
Q-
I did a search and found questions similar to this but nothing that "fits the bill", so to speak.
Is there some code that I could add to a module that would copy all information from all tables from one database to another? I realize that if the table structure changes this might not be possible.
Thanks in advance,
Onwards,
Q-