I need to scan a large database at least every 10 minutes to identify records that have been added that match a certain critera. The sql statement is fairly simple and I don't need to pull more than a half dozen fields. I expect to find a few dozen records during a 24 hour period that match my critera. I want minimal impact on the database performance. What method would be best for this project. Scan database every 10 minutes, id records, extract fields and append to a flat ascii delimited file. This routine has to run 7X24. Its also my boss's pet project so it CANT break down. <br>
<br>
Any suggestions would be appreciated.<br>
<br>
<br>
Any suggestions would be appreciated.<br>
<br>