I want to build a new 64 bit SQL server with the same name as mycurrent 32 bit Sharepoint SQL server and move the databases over. Doesanyone know of a reason this won't work?
We have just made the move from 32-bit to 64-bit, with no major issues. Are yougoing to connect the databases to your current environment, or moving to a newenvironment?
I was hoping to use current environment which consists of 1 web frontend and 1 Index server.
Start here: technet.microsoft.com/en-us/library/cc263447.aspx There is adigital book too at the bottom of the page that addresses upgrade paths. Theremay be more information there.Also, I share this site as a good source for those wanting to understand all thedifferent db(s) that make up your farm. SEE here:grounding.co.za/.../sql-databases-used-in-share\point.aspxGood luck. Be sure to write back what you end up doing and the results andlessons learned.
Has anyone had any experience migrating their content database from SQL 2005to SQL 2008 on another box? If so are there any resources out there that youcould point me to?
I've done it. There's not much to it. You can restore SQL 2005 databasebackups to SQL 2008 without any other work. SQL is good about upgradingdatabases when you attach it. Read through this, too,stsadm.blogspot.com/.../...databases-easy-way.html Itdoesn't call out SQL versions, but it doesn't have to. There's no extraprep.
we did a couple of practice runs to make sure we could make the move with noissues, and like you said, there is not much to it.