1

Someone sent me a MDF file that was created in SQL 2008. I have SQL 2005, and the "Attach" function is rejecting the MDF file.

How can I import this file?

Shaul Behr
  • 36,951
  • 69
  • 249
  • 387

1 Answers1

6

You can't. You need to attach to a SQL 2008 instance and synch/BCP/SSIS the schema and contents.

Blogged yesterday by Paul Randal referring to SQL Server 2008/SQL Server 2008 R2 differences

Mark S. Rasmussen
  • 34,696
  • 4
  • 39
  • 58
gbn
  • 422,506
  • 82
  • 585
  • 676