Is it possible to replicate SQL Server Express 2008 => SQL Server Express 2012?

1

Is it be possible to configure the one way replication between SQL Server Express Edition 2008 => SQL Server Express Edition 2012?

Igor

Posted 2012-12-19T14:22:26.067

Reputation: 163

Answers

5

Microsoft SQL Server 2008 Express (SQL Server Express) can serve as a Subscriber for all types of replication, providing a convenient way to distribute data to client applications that use SQL Server Express.
SQL Server Express cannot serve as a Publisher or Distributor.

http://msdn.microsoft.com/en-us/library/ms165686(v=sql.105).aspx
http://msdn.microsoft.com/en-us/library/ms143699.aspx
http://technet.microsoft.com/library/cc645993(SQL.110).aspx#Replication

bummi

Posted 2012-12-19T14:22:26.067

Reputation: 1 569

thanks! the last link was that one I could not find. – Igor – 2012-12-19T14:39:58.320