dbTalk Databases Forums  

Backing up data between SQL Express 2005 and SQL Server 2008 StandardEdition

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


Discuss Backing up data between SQL Express 2005 and SQL Server 2008 StandardEdition in the comp.databases.ms-sqlserver forum.



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

Default Backing up data between SQL Express 2005 and SQL Server 2008 StandardEdition - 11-10-2009 , 04:13 AM






Hi,

I am developing an application which needs to backup data between SQL
Express 2005 and SQL Server 2008. My client runs with an installation
of SQL express 2005 and needs to periodically back up data to a server
database running on SQL Server 2008. The client db also receives some
new data from server and needs to update itself. The question is HOW.

Reply With Quote
  #2  
Old   
Plamen Ratchev
 
Posts: n/a

Default Re: Backing up data between SQL Express 2005 and SQL Server 2008Standard Edition - 11-10-2009 , 07:06 AM






You can create a backup on SQL Server 2005 and restore on SQL Server 2008. But you cannot restore SQL Server 2008 backup
to SQL Server 2005 (as the format is not backward compatible). The standard technique is to script table structure (if
there are changes) and to export the data, then re-import on SQL Server 2005. You can also consider replication if only
specific changes need to be replicated.

--
Plamen Ratchev
http://www.SQLStudio.com

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.