-2

Which SQL Server 2005 Express (means in which service packs) to be install to remove like

this server supports version 611 and earlier. a downgrade path is not supported

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user2801432
  • 23
  • 1
  • 6
  • 13
  • Can you provide more information, it's difficult to understand exactly what you are asking. – franglais Nov 04 '14 at 11:19
  • If you read your question back to yourself, does it make any sense to you? As I have no clue what you are asking. – Tanner Nov 04 '14 at 11:26

1 Answers1

2

None. Your server supports Db version 611, which mean it is SQL Server 2005. You are trying to restore or attach a newer version DB (we don't know which, because you choose to cut the message, eliminating what was critical information).

You need to install a SQL Server of a version appropriate for the database you try to restore or attach:

  • 612: SQL Server 2005 SP2.
  • 655: SQL Server 2008
  • 661: SQL Server 2008 R2
  • 706: SQL Server 2012
Remus Rusanu
  • 288,378
  • 40
  • 442
  • 569