Hi,
Thanks for all the pointers....question...
insert into database_2.table_1 select * from database_1.table_1
the above code INSERTS the data, would that mean that each time it adds, as opposed to replace/append?
The reason I'm saying this, is because database1 would be the main database thats populated. periodically we need to update database2 with the contents of database1 so that they are basically mirrored...
Will this do the trick?
(I'll try it out anyhow..)
I was also wondering if I should be thinking of running SHELL commands to accomplish this.... any thoughts on approaching it that way?
Thanks again for all the reply's..appreciate it.