up vote 0 down vote favorite
share [g+] share [fb]

Can I replicate my data (sql server 2008 express) using SQL Server Change Tracking to a read-only server?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can create your own one-way synchronization with SQL Server Change Tracking using SQL Server 2008 Express. You can find the information you should need here, http://msdn.microsoft.com/en-us/library/cc280462.aspx, and see that it is supported in Express here, http://msdn.microsoft.com/en-us/library/cc645993.aspx (under replication).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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