Re: empty the duplicates databaes

2004-04-28 Thread Michael Loftis
Checkpoint lays down a marker of 'all transactions up to this marker are complete and in the tables' recovery finds the last checkpoint, does a consistency check, then runs the transactions remaining after that forward until it gets to the end of the transactions logs. --On Wednesday, April 28

Re: empty the duplicates databaes

2004-04-28 Thread Pieter Vanmeerbeek
Hi, Ken Murchison wrote: Pieter Vanmeerbeek wrote: Hi, can anyone tell me how to empty the duplicates database ? I found out that cyr_expire -E days allows to erase duplicates older than days days. But this doesn't work with days equal to 0. Is there some other trick to empty the duplicates d

Re: empty the duplicates databaes

2004-04-28 Thread Ken Murchison
Pieter Vanmeerbeek wrote: Hi, can anyone tell me how to empty the duplicates database ? I found out that cyr_expire -E days allows to erase duplicates older than days days. But this doesn't work with days equal to 0. Is there some other trick to empty the duplicates database? Using days=0 will

empty the duplicates databaes

2004-04-28 Thread Pieter Vanmeerbeek
Hi, can anyone tell me how to empty the duplicates database ? I found out that cyr_expire -E days allows to erase duplicates older than days days. But this doesn't work with days equal to 0. Is there some other trick to empty the duplicates database? kind regards, Pieter -- __