move/upgrade MSDE to SQL 2000

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EazyE
    New Member
    • Oct 2006
    • 2

    move/upgrade MSDE to SQL 2000

    Need some help with moving/upgrading 3 MSDE databases (stored locally on 3 different servers) to a single SQL 2000 server (new instance). Can this be done? If so, how????

    Thanks for any responses
  • heathensong
    New Member
    • Oct 2006
    • 5

    #2
    Stop the MSSQL service. Find the MDF and LDF files (C:\Program Files\Microsoft SQL Server\MSSQL\Da ta\ ) and copy them to the SQL Server. Then attach the databases on the destination. Watch not to overlay any MDF/LDF files on the destination server.

    Comment

    Working...