December 11, 2011 at 9:36 pm
Hi,
Can we possible for configure log shipping between SQL 2000 and SQL 2008?
Primary server
windows server 2003 enterprise edition.'
SQL server 2000 enterprise edition. SP4
Database size - 450 GB
Secondary server
windows server 2008 enterprise edition R2 - 64 bit
SQL server 2008 enterprise edition. SP3 - 64 bit
Thanks
ananda
December 12, 2011 at 12:30 am
No, Not possible..
DR Server should be same version and same edition.
December 12, 2011 at 6:57 am
this question has been raised before, yes it is possible but there are caveats around it
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
December 12, 2011 at 7:16 am
Itβs right time for planning a database upgrade π
December 16, 2011 at 3:32 am
Dev (12/12/2011)
Itβs right time for planning a database upgrade π
Hi Dev,
It is right for upgrade sql server 2000 to SQL server 2008.
I am not getting more downtime for upgrade sql 2000 to 2008 and 750 GB database size. so in this case planning for upgrade sql server 2008 through log shipping.
could anyone advise and give me step by step document for implement log shipping sql 2000 to sql 2008.
regards
ananda
December 16, 2011 at 6:42 am
ananda.murugesan (12/16/2011)
Dev (12/12/2011)
Itβs right time for planning a database upgrade πHi Dev,
It is right for upgrade sql server 2000 to SQL server 2008.
I am not getting more downtime for upgrade sql 2000 to 2008 and 750 GB database size. so in this case planning for upgrade sql server 2008 through log shipping.
could anyone advise and give me step by step document for implement log shipping sql 2000 to sql 2008.
regards
ananda
Just wanted to know why do you want to use Log Shipping for the upgrade? You can just backup the primary Server and restore it to the secondary with no recovery, then just restore any differential and transaction log backups you may have taken on the primary. I don't think you need to setup log shipping.
December 18, 2011 at 10:51 pm
Hi Ignacio A. Salom Rangel,
Very curious to knew about this, is it possible to take database backup from sqlserver 2000 and restore on sql 2008.
-- Babu
December 20, 2011 at 11:08 am
once you complete the restore and upgrade from 2000 to 2008 you must run the following against the database
DBCC UPDATEUSAGE
Followed by
DBCC CHECKDB WITH DATA_PURITY
Then go rebuild all your indexes π
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
December 21, 2011 at 2:32 am
Thank you very much Ignacio A. Salom Rangel.
January 14, 2012 at 6:56 am
Maybe u have to set db compatible level
January 18, 2012 at 4:05 am
It would be nice if you provide some more information about this.
Viewing 15 posts - 1 through 15 (of 16 total)
You must be logged in to reply to this topic. Login to reply