If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Sql Server 2008-to-2005 backward compatibility?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-09, 20:50
Wale Wale is offline
Registered User
 
Join Date: Mar 2002
Posts: 162
Sql Server 2008-to-2005 backward compatibility?

Hello guys,

A week ago I posted this question: - Sql Server in Stand by mode? Really? Help!?!.

It was about the difficulty I was encountering with restoring Sql Server 2005 Transaction Logs to my 2008 Sql Server database. We are trying to keep our Sql Server 2008 database in sync with our client's 2005 database. Replication isn't really an option with these guys so I thought I would try Sql Server's Stand-by database mode which allows one to Restore a full back-up and also allows one to keep restoring subsequent transaction logs to said database all-the-while allowing our users READ-ONLY access to our DB.

Problem is when I tried to apply the first transaction log (after restoring the full backup), I got this error:"This backup cannot be restored using with standby because a database upgrade is needed....."; An error that implies that I cannot apply a Sql Server 2005 transaction log to a Sql Server 2008 database in Stand-By mode, unless our Clients 2005 database is upgraded (which is clearly not happening).

A worst-case solution scenario would have me build another Sql Server instance (2005 this time) and work with that, However I heard that a Sql Server 2008 database can be created in "backward compatibility" mode to emulate all the functionalities and characteristics of a Sql Server 2005 database. Is this true, and if so how do I do this? Will Sql Server then allow me to apply said transaction log files in stand-by mode?

Please help
Reply With Quote
Reply

Tags
2005, logs, server, sql, transaction

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On