June 6, 2006 at 4:22 am
Hi all
I'm able to create a job to refresh test1,test2 and test3 databases with testA,testB and testC databases by taking a backup of A,B and C and restoring them at required intervals but I'm not sure how I can refresh 1,2 and 3 with A,B and C without backups (baseline) i.e. i want to automate the process of refreshing 1,2 and 3 with A,B and C everyday without taking a baseline of A,b and C which involves setting up a job to automatically refresh 1,2 and 3 every evening with A,B and C.
June 6, 2006 at 4:54 am
Have you looked at creating a DTS package? You can copy tables, users and other objects from one database to another.
John
June 6, 2006 at 4:56 am
my 2 C, Other than backup, I can think of having a scheduled package which transfers the data after cleaning previous data. I am not sure how many tables and data you need to move from 1,2,3 to A,B,C.
-B
June 6, 2006 at 5:17 am
I know scheduling a package should work but I've been tasked with scheduling as a backup/restore process
June 6, 2006 at 5:45 am
how about Log-shipping?
June 6, 2006 at 5:52 am
log shipping a no no
June 6, 2006 at 5:54 am
Log shipping is a nice way of "backup/restore"
June 8, 2006 at 9:25 am
Have you considered using restore with 'standby'. It could only be used as read-only though. See BOL
June 8, 2006 at 2:07 pm
Are the source databases (A,B,C) on a different server than the destination databases (1,2,3)? What exactly do you mean by "refresh"? Does that mean you want to replace all the data in all the tables with new data every day or do you want to restore a full backup, then keep them in sync by restoring log backups?
IMO, DTS is by far the easiest way to move data. Not being able to use it is like only being allowed to use one tool in your toolbox.
Greg
Greg
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply