JohnDTampaBay
Programmer
I need advise on refining our backup/restore process.
We have a big honkin' production database that needs to be backed up, BAK copied to 2nd server, then restored on 2nd server for Endmonth processing. Currently the backup/restore time is quite lengthy.
It is my understanding that I can create a round-robin backup/restore process of filegroups to speed up the backup/restore time. More than 2 filegroups are possible, but simply put:
--John![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
-----------------------------------
Behold! As a wild ass in the desert
go forth I to do my work.
--Gurnie Hallock (Dune)
We have a big honkin' production database that needs to be backed up, BAK copied to 2nd server, then restored on 2nd server for Endmonth processing. Currently the backup/restore time is quite lengthy.
It is my understanding that I can create a round-robin backup/restore process of filegroups to speed up the backup/restore time. More than 2 filegroups are possible, but simply put:
Code:
Backup Filegroup 1
| |
| |
Copy BAK to Backup Filegroup 2
2nd server |
| |
Restore FG1 |
on 2nd server |
| |
'--. .--'
| |
Restore FG2
on 2nd server
--John
![[rainbow] [rainbow] [rainbow]](/data/assets/smilies/rainbow.gif)
-----------------------------------
Behold! As a wild ass in the desert
go forth I to do my work.
--Gurnie Hallock (Dune)