May 16, 2013 at 2:30 am
Hello All,
We have sql 2005 32 bit servers with DB, jobs, reports, maintanence plans etc, now we have to migrate it to sql 2008 64 bit.
Assuming all the DB names remain same withe different server names.
1.DB - will back up restore will work?
2. Jobs - will MSDB back up restore will work or job scripting?
3. reports - will reports DB backup and restore will work along with Encryption keys backup restore?
4. Maintanence Plans - will MSDB back up restore will work?
5. what about space requirement will that be same?
please provide your thoughts on this.
Regards
Durai Nagarajan
May 16, 2013 at 2:55 am
1, 2, 4, 5. Yes. (don't know about 3)
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
May 16, 2013 at 3:41 am
Thanks gail and any other thing do i have to take care
Any one about point 3.
Regards
Durai Nagarajan
May 16, 2013 at 4:06 am
You need to do the usual testing to ensure that nothing in the app breaks on SQL 2008 R2.
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
May 16, 2013 at 1:16 pm
Doubtful on #3. The RDL format will be different too so you're looking at an RS Reports migration here too.
The engins upgrade itself is pretty safe. Start with running Upgrade Advisor against the 2005 instance and address all feedback.
32 to 64 bit has some extra challenges if you're reaching out to external resources from within the engine, e.g. OPENROWSET, Linked Servers, OLE Automation, xp_cmdshell, SQL Agent CmdExec steps, etc.
Are you using SSIS anywhere? There are some 32 to 64 bit challenges there as well.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2013 at 10:07 pm
Thanks OPC, we dont have SSIS.
we are moving to different domain and server so this is not upgradation.
Is there any way to do reports migration and individual user accesses for the reports.
Regards
Durai Nagarajan
May 16, 2013 at 10:43 pm
Looks like a migration (without upgrade) is supported by taking the database with you:
http://technet.microsoft.com/en-us/library/ms143724(v=sql.100).aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 17, 2013 at 2:56 am
Great this is the one i worried a lot, thanks OPC i'll try and getback
thank you guys
Regards
Durai Nagarajan
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply