Ask a questionAsk a question
 

AnswerMove all databases to new SQL Server 2005

  • Saturday, July 04, 2009 11:18 AMHari2009 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

    I need to move all my SQL Server 2005 databases to fresh SQL Server 2005 and connect to production sharepoint application server.

    Reason:I dont have enough disk space in SQL Server 2005.

    Below are my understanding.

    1. Prepare new Sql Server 2005 server. 
    2. Make note of all database names & it associated database name.
    3. Stop all services in central admin.
    4. Take all database backup from source server.
    5. Detach the databases.
    6. move all databases to new server.
    7. Create all the database with same names mentioned in step2 in new server. 
    8. Attach all the database with the respective backup moved.
    9.Redirect the farm to refer new database server
    10. Restart all the services in central admin.
    11. restart the application server.

    Is there any other steps involved in moving database to new new server?

    Regards,
    Hari
     

     

     

     

Answers

All Replies