database - Replicate SQL Server 2012 publisher to 2008 subscriber? -


Microsoft is not like a web version of SQL 2012 as they did with 2008. But the 2012 standard version is way off for my needs.

Can I run a database server 2012 enterprise (or standard) and can use transactional replication to populate data on the 2008 web version box? This will definitely be 1-way replication.

Thank you ... trying to save a bunch of money on licensing.

Yes, as a customer, only replication is possible replication this See the matrix in

In fact, the SQL Server 2008 web version supports only as the customer:

  1. Transactional Replication
  2. Snapshot Replication.

Comments