I need to create copy/replication of our databases for the development environment.
I'm not sure how to do it. DBs are updating many times during a day; not only new records added but also old records are updated.
How should I implement it?
I need to create copy/replication of our databases for the development environment.
I'm not sure how to do it. DBs are updating many times during a day; not only new records added but also old records are updated.
How should I implement it?