We moved a few weeks ago to archive transaction logging on a bunch of our production servers. Since we are doing this I would like to get to know how this works in detail.
So can anyone point me to in depth detailed information about transaction logging, eg which flags are set in the trans log files which marks them to be re-used …
Christophe,in archive transaction logging, it is the backup software that marks them for deletion the (already archived) transaction log extents … and you MUST have one such backup sw otherwise after some time, the disks get full and the server panics !
To my knowledge, the only documentation about it is in the C API docs.