vote up 1 vote down star

I see this question here on SO but I am not sure that answers my question. My Central SQL server is 2005 Standard. I am developing an app that requires SQL Express to be installed locally. I am then programmatically creating the Subscriptions and then Syncing them.

Can I use 2008 Express for this on the local machines?

flag

1 Answer

vote up 2 vote down check

In short, yes.

The technology is backwards compatible and so a SQL Server 2008 subscriber can receive a subscription from a SQL Server 2005 Publisher.

For detailed documentation on the backward compatibility of SQL Server Replication please consult the following reference:

http://msdn.microsoft.com/en-us/library/ms143323.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.