Server with SQL Server 2005 is only readable running Ubuntu from CD. How can I

  1. find the relevant files and
  2. load onto a different server running SQL Server 2008?

Older back up files exist, but would prefer to use current files.

link|improve this question
1  
Voting to close/migrate. I think this could be better answered at ServerFault. After all, what else do system/server admins do? :p – pst Jan 13 '11 at 4:19
feedback

migrated from stackoverflow.com Jan 13 '11 at 9:03

This question came from our site for professional and enthusiast programmers.

1 Answer

1) find the relevant files

The mdf files are the database; the ldf files are the logs.

2) load onto a different server running SQL 2008?

Use the Attach database instructions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown