Easiest Way To Replicate DB

2007-01-25 Thread John Kopanas
I am doing tests so I want to easy take my DB and make a full copy of it into a test db everytime I want to test something against the non-produciton version of DB. What is the easiest way to do this. So I have a DB called backlog and I want to copy it's structure and data into backlog_test

Re: Easiest Way To Replicate DB

2007-01-25 Thread Philip Hallstrom
I am doing tests so I want to easy take my DB and make a full copy of it into a test db everytime I want to test something against the non-produciton version of DB. What is the easiest way to do this. So I have a DB called backlog and I want to copy it's structure and data into backlog_test