TLog_Apply_Partial

This sample demonstrates how to apply a part of the log to a database. Multiple parts of the log are saved to separate files, then all of these parts are applied one by one to a newly created database.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    tlogapplypartial
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics