dbTalk Databases Forums  

SSE 2008: Backup and Restore of Databases Across Different Subversions

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SSE 2008: Backup and Restore of Databases Across Different Subversions in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gene Wirchenko
 
Posts: n/a

Default SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-17-2011 , 09:47 PM






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

Reply With Quote
  #2  
Old   
Henk van den Berg
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-18-2011 , 01:41 AM






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:
Quote:
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

Reply With Quote
  #3  
Old   
Henk van den Berg
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-18-2011 , 01:42 AM



Oops, unintentionally hit send
I was gonna add: As it would seem, 2K8 cannot restore 2K8 R2 databases

Best,
Henk

On 18-04-2011 08:41, Henk van den Berg wrote:
Quote:
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

Reply With Quote
  #4  
Old   
Gene Wirchenko
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-18-2011 , 01:31 PM



On Mon, 18 Apr 2011 08:42:50 +0200, Henk van den Berg
<hvandenberg (AT) xs4all (DOT) nl> wrote:

Quote:
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.

Do you have a URL for R2?

[snip]

Sincerely,

Gene Wirchenko

Reply With Quote
  #5  
Old   
Henk van den Berg
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-18-2011 , 01:43 PM



On 18-04-2011 20:31, Gene Wirchenko wrote:
Quote:
That seems very strange to me. What big change was there?
It's explained over here:

http://social.msdn.microsoft.com/For...a-a1dbd82aec20
Quote:
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
there.

Best,
Henk

Reply With Quote
  #6  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-18-2011 , 02:28 PM



Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
Quote:
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?
Generally, if there is a difference in the middle number in the version
number (00 vs. 50), you can expect differences. In this particular case
the difference is one single feature, as far as I know, Unicode compression.
(Which ironically is available only in Enterprise Edition.) R2 was as
far as the Database Engine is concerned a miniscule release. But R2
includes tons of stuff in the BI area.

Quote:
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.
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.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
  #7  
Old   
Gene Wirchenko
 
Posts: n/a

Default Re: SSE 2008: Backup and Restore of Databases Across Different Subversions - 04-20-2011 , 01:25 PM



On Mon, 18 Apr 2011 21:28:41 +0200, Erland Sommarskog
<esquel (AT) sommarskog (DOT) se> wrote:

[snip]

Quote:
http://lmgtfy.com/?q=%22SQL+Server+2...ss%22+download
Cute. That does not work on my system since I run with
JavaScript turned off for most sites.

Quote:
Then again, despite your incident with the backup, I would not really
recommend the rush.
Well, I really would prefer that I am using the same version as
the rest of the company. I did find R2 and installed it.
Interestingly, they are from different areas. R1 is from
www.microsoft.com/downloads/... and R2 is from
www.microsoft.com/express/... Not the friendliest way of doing it.

Sincerely,

Gene Wirchenko

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.