Reducing SQL Server backup and restore time
0
Q:
Reducing SQL Server backup and restore time
Our database is big (about 320 GB) and it takes some time to backup and restore. The client wants us to suggest techniques that would reduce the time. I have tried "piecemeal" restoring, which allows you to backup and restore individual filegroups in the database. It works fine with all the filegroups -- except for the FILESTREAM ones, which I can backup but not restore. Can you suggest how to do this or any other workaround that will reduce the backup and restore time.



Software/Hardware used:
sql server
ASKED: Oct 26 2009  4:39 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
47440 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Use backup compression either natively if you are using SQL Server 2008 Enterprise or via a third party product like Redgate's SQL Backup, or Quest's LiteSpeed for SQL Server.

A database that size (when using fast storage) should like about 1-2 hours to backup.

Using compression you'll also get a much smaller backup file to deal with.
Last Answered: Oct 27 2009  3:27 AM GMT by Mrdenny   47440 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0