Introductory questions
vyv53
Posts: 8
Hi everybody,
Just started to play with trial version of sql backup 5 and have some pretty simple questions:
1. How to stop/break backup (from GUI or command line) in case I need to do this?
2. How to restore backup using GUI to another location, i.e. not to original backuped sql server? I mean let say I backuped DB from Server1 to Server2. Now I would like to restore DB to Server 2 :?: and I managed to do this using command line "Restore" command. But when I tried to do this using GUI it seems I do not have option to restore to Server2 but only to original Server1 instead. What I am doing wrong?
3. Does anybody have experience using this backup stuff to backup let say 5 TB database (Sql server 2005, 64 bit)? How long did it take?
Thanks
Just started to play with trial version of sql backup 5 and have some pretty simple questions:
1. How to stop/break backup (from GUI or command line) in case I need to do this?
2. How to restore backup using GUI to another location, i.e. not to original backuped sql server? I mean let say I backuped DB from Server1 to Server2. Now I would like to restore DB to Server 2 :?: and I managed to do this using command line "Restore" command. But when I tried to do this using GUI it seems I do not have option to restore to Server2 but only to original Server1 instead. What I am doing wrong?
3. Does anybody have experience using this backup stuff to backup let say 5 TB database (Sql server 2005, 64 bit)? How long did it take?
Thanks
Comments
2. Using the GUI, connect to server 2, and browse to the network share containing the files on server 1.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Our customer feedback also helps in giving an idea of the time taken to back up individual databases with SQL Backup. Feedback can be read on the SQL Backup web pages: http://www.red-gate.com/products/SQL_Backup/testimonials.htm.
If you are backing up directly to a network share then you may want to try using the MAXDATABLOCK keyword which specifies the maximum size of data blocks to be used when writing data to network shares. Details of this are in the help file.
Hope that helps.
Regards,
Helen
SQL Backup Project Manager
Red Gate Software