January 19, 2005 at 3:39 am
I'm looking into SQL backup compression utilities to use against both SQL 7 and 2000 databases. Litespeed has good write-ups (although it's slightly expensive) and I have the evaluation version installed. I noticed the following in the help file:
"The master database can only be restored from a backup created on an instance of SQL Server 2000. Restore of master database backups which were made on SQL Server version 7.0 or earlier is not supported."
Is this right? Can I not do backups/restores of SQL7 master databases using Litespeed? Doesn't sound right to me.....
cheers
January 19, 2005 at 4:34 am
If you are looking for a more cost effective solution I would check SQLSafe from Idera software. Litespeed is obviously the defacto standard but can be cost prohibitive in larger installations, especially if you have Sarbanes Oxley to worry about.
January 19, 2005 at 5:44 am
Thanks, I'll download and try it. I'm still interested to know about the master restore limitation of Litespeed though......
January 19, 2005 at 9:26 pm
Hi Beath,
I have used litespeed for a master restore. What the documentation means is that the master backup if taken from an instance of 2000 cannot be restored on to a Sql Server 7 instance.
Regards,
Keith.
January 19, 2005 at 9:38 pm
Hi Beath,
I have used litespeed for a master restore. What the documentation means is that the master backup if taken from an instance of 2000 cannot be restored on to a Sql Server 7 instance.
Regards,
Raj
January 19, 2005 at 9:41 pm
Please bear in mind that there are different scenarios where you might need to restore the master database
possible scenes are :
when only the master database is damaged and your model and msdb are fine.
When you have to rebuild all the system databases.
What is the DR scenario that you are replaying?? Send me a email at rajeshkadbet@hotmail.com.
Cheers,
Raj.
January 19, 2005 at 10:45 pm
Hi Beath,
Heres the spin:
If your master data and log files are corrupt or lost:
The scenario above is a tricky one.
Please post your finding here on this site so I know how you went.
Regards,
Raj.
January 19, 2005 at 10:50 pm
you can always try emailing litespeed support and ask this presales question to see what they have to say about sql server 7 restore.
We have used the product and their pre-sales support is pretty helpful.
January 20, 2005 at 12:20 am
Thanks for that. Our DR involves rebuilding servers for scratch, hence to the need to restore master, then msdb, then user databases.
I'll be teting out a SQL 7 master Litespeed restore later today.
cheers
January 20, 2005 at 10:02 am
I want to express the opinion that the best way, by far, to backup and restore master is to copy the master.mdf and maslog.ldf files. Either buy a product that will copy open files(Veritas, Double Image, etc.) or shutdown the server to copy the files, if this is acceptable in your environment.
When you have to restore, all you have to do is copy the backups of master.mdf and mastlog.ldf into the correct directory and you are ready to go.
No single user mode, no master rebuild. It is simple and it works!
I have not seen this solution put forth and am interested in other peoples experiences and opinions.
January 20, 2005 at 10:05 am
I wouldn't use any of the open file or backup software sql agent programs. They backup great, problem is the restore.
January 21, 2005 at 9:21 pm
I've done the copy master.mdf several times and recommend that. Any time the network admin guys are doing any hardware work on the SQL Servers, I shut down SQL and copy all of the system db's to a safe place before they start work.
I know that ArcServe's SQL Agent that "backs up open SQL files" really just does a real SQL backup to tape, it doesn't acutally back up the file. I have it on one server and found it much more difficult to figure out how to do normal tasks that are easy with native SQL or LiteSpeed restores. When we first installed the Arcserve SQL agent, I tried to restore a database to a different name and file location (with move) and could never get it to work.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply