Comments
2 comments
-
Hi,
I believe it should -- you can restore a SQL 2000 backup to a SQL 2005 server. Not the other way round, though!
Chances are if it doesn't work in Litespeed or native, it won't work in SQL Backup either. The limitation is on the SQL Server end, and third-party backup programs are still going to share any limitations imposed by the server platform. -
You probably wont be able to put the databases in STANDBY to start with as SQL Server does not support RESTORE .. STANDBY and an upgrade but afterwards you can do it with NO RECOVERY.
I've never tried doing a full RESTORE with NO RECOVERY followed by a RESTORE WITH STANDBY followed by RESTORE LOG with STANDBY - this might be one way of setting up log shipping doing an upgrade with standby.
- James
Add comment
Please sign in to leave a comment.
I know it's not possible natively, nor is it with Quest' Litespeed, but I wanted to check with RedGate.
Thanks everyone for the info.
Chris