November 10, 2013 at 11:19 pm
Hi I have one query
Is it possible to create DR in sql server 2012 standarad edition for a primary server which is in sql server 2005 enterprise edition.If yes would there be any problem in case of switch back ..
Or Can we upgrade current primary sql server 2005 enterprise edition to sql server 2012 standard edition.
Current primary server 2005 enterprise edition is mostly used for reporting purpose so can i transfere data of current Reportserver database and ReportServerTempDB to Reportserver database and ReportServerTempDB in sql server 2012 standarad edition.
Regards
Anoop
November 10, 2013 at 11:55 pm
Possible, yes, but a really bad idea. Failover would work, providing you have no Enterprise-only features but you wouldn't be able to fail back.
DR should be the same version, edition, patch, everything as the primary. If you have 2005 primary, use 2005 as the DR.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 11, 2013 at 5:41 am
GilaMonster (11/10/2013)
Possible, yes, but a really bad idea. Failover would work, providing you have no Enterprise-only features but you wouldn't be able to fail back.DR should be the same version, edition, patch, everything as the primary. If you have 2005 primary, use 2005 as the DR.
@gail what about my third query
That suppose i upgraded my pirmary server which is 2005 enterprise edition to 2012 standarad edition . The primary server is used manily for reporting purpose so can I tranfer/upload data stored in ReportServer and ReportServerTempDB databses to corespounding databases in sql server 2012 standarad edition.
Reagrds
Anoop
November 11, 2013 at 6:01 am
You should be able to do that. The usual testing is required for upgrading of course.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply