Redo Transaction Logs

  • I have two disconnected SQL Server 2008 R2 instances with the same databases, but with different data. I want to capture the transactions from one database and redo those transactions on the other disconnected database of the same name.

    I can't use ApexSQL Log. Is there any way to do this internal to SQL Server? Are there any other 3rd-party vendor applications that might work?

  • With completely different data sets? No, there's no way to use transaction logs to do this. What you're describing is basically merge replication. That might be something to explore.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply