Move all sharepoint 2007 databases to a new Sql Server -


in our organization have microsoft sharepoint 2007 installed , configured on windows server 2003 standard edition (32 bit).
database had been installed , configured on sql server 2000 (windows 2000 server 32 bit).
in process move databases sql server 2000 new windows 2008 server r2 enterprise (64bit). new server has been installed , doesn't have same name of sql server 2000.
upgrade sharepoint 2007 database rdbms can dismiss old, slow sql server 2000.
has tried similar?

you should following steps:

  1. backup content , configuration databases. backup ssp databases.
  2. prepare content databases moving.
  3. delete content databases.
  4. stop sharepoint farm stopping timer, tracing, administration service
  5. copy mdf files of old config database new sql server
  6. attach sharepoint_config database on new server copied mdf files.
  7. run stsadm -o renameserver -oldservername oldserver -newservername newserver
  8. start sharepoint services stopped in 4.
  9. copy mdf files of content databases new server , attach these databases.
  10. attach content databases.
  11. add content databases new sql sharepoint stsadm or central administration
  12. restore ssp databases
  13. create new ssp using restore command ssp database on new sql server.
  14. delete old ssp.

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -