![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear SQLers: I decided to see if my simple, sample database code would work elsewhere. I asked a co-worker at another location to run the code, backup the resulting database, and send the backup to me. When I try to restore with restore database Banking from disk=N'C:\cbs2dev\SQLServer\Banking.bak' with norecovery, replace, stats=10 I get an error of Msg 3169, Level 16, State 1, Line 1 The database was backed up on a server running version 10.50.1600. 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. Msg 3013, Level 16, State 1, Line 1 RESTORE DATABASE is terminating abnormally. Why the incompatibility? Did I miss an option? We are both using SQL Server 2008 Express. Sincerely, Gene Wirchenko |
#3
| |||
| |||
|
|
Hi Gene, 10.50 is SQL Server 2008 R2 whereas 10.00 is SQL Server 2008 Best, Henk On 18-04-2011 04:47, Gene Wirchenko wrote: Dear SQLers: I decided to see if my simple, sample database code would work elsewhere. I asked a co-worker at another location to run the code, backup the resulting database, and send the backup to me. When I try to restore with restore database Banking from disk=N'C:\cbs2dev\SQLServer\Banking.bak' with norecovery, replace, stats=10 I get an error of Msg 3169, Level 16, State 1, Line 1 The database was backed up on a server running version 10.50.1600. 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. Msg 3013, Level 16, State 1, Line 1 RESTORE DATABASE is terminating abnormally. Why the incompatibility? Did I miss an option? We are both using SQL Server 2008 Express. Sincerely, Gene Wirchenko |
#4
| |||
| |||
|
|
Oops, unintentionally hit send I was gonna add: As it would seem, 2K8 cannot restore 2K8 R2 databases |
#5
| |||
| |||
|
|
That seems very strange to me. What big change was there? |
|
How do I download R2? I have tried in the past, but links were Just go to the download page on www.microsoft.com You can download from |
#6
| |||
| |||
|
|
On Mon, 18 Apr 2011 08:42:50 +0200, Henk van den Berg hvandenberg (AT) xs4all (DOT) nl> wrote: Oops, unintentionally hit send I was gonna add: As it would seem, 2K8 cannot restore 2K8 R2 databases That seems very strange to me. What big change was there? |
|
How do I download R2? I have tried in the past, but links were not accurate, and I got something that was incomplete and another time, I think it was the same as I already had. |
#7
| |||
| |||
|
|
http://lmgtfy.com/?q=%22SQL+Server+2...ss%22+download |
|
Then again, despite your incident with the backup, I would not really recommend the rush. |
![]() |
| Thread Tools | |
| Display Modes | |
| |