How can run WarOnline DB with SQL Server 2008?

Asked By 20 points N/A Posted on -
qa-featured

Hi all

I utilize ep3.3 db as well as war0nline newest db but similar error, war0nline db only run SQL server 2012 other than how can I work SQL server 2008. Need your suggestion.

Please help.

Thanks.

Microsoft SQL Server Management Studio

 
Restore failed for Server 'AHMET585SQLEXPRESS'. (Microsoft.SqlSever.SmoExtended)
 
Additional Information:
-> System.Data.SqlClient.SqlError: The database was backed up on a server running version
10.50.1617. That version is incompatible with this server, which is running version 10.00.1600. Either
restore the database on a server that supports the backup, or use a backup that is compatible with
this server. (Microsoft.SqlServer.Smo)
 
                                                                                      OK
SHARE
Answered By 10 points N/A #150657

How can run WarOnline DB with SQL Server 2008?

qa-featured

Hello Alisa,

Here is a workaround to help you fix the error that you are getting:

Note that in the following steps, if you are using windows 7 64 bit, you will need to use the cmd command prompt and then after that you will run as the administrator of the machine.

The steps are as follows:

  • On your computer, you will need to right click on desktop and then click NEW – SHORTCUT
  • You will then create a shortcut to C:WindowsSysWOW64cmd.exe
  • After that you will right click on the new shortcut and then Run AS ADMINISTRATOR
  • You will then enter the full path as well as the file name: for instance C:Users[YOUR NAME]DownloadsSQLServer2005_SSMSEE_x64.msi, whereby [YOUR NAME] represents the windows user that you are using.

Regards,

Carl

Related Questions