Tagged Questions
2
votes
3answers
533 views
Easy or Schedulable way to move data from Production to Test
What I am looking to do, is schedule a copy of data from my production database to my dev/test database.
The dev/test database will be newer than the production database in terms of schema, but the ...