TechIt

On demand “Tailing” of a database log table: select the last x records

Recently I had to monitor some data being output to a log table while an application was running. The log table was quite large, and being written to constantly and also by portions of that system I wasn’t interested in. So I only wanted to see the 10 or 20 most recent rows / records… Continue reading On demand “Tailing” of a database log table: select the last x records