I am building a windows service that will check a SQL table for any changes and if it has will export those changes and empty the table. it will do this every 15 min or so. I am not sure how I structure it yet but I am thinking a timer to run the query and another class to connect to the...