I am logging all proxy activity on my ISA server to an SQL database. I am getting tons of records that show up as anonymous and I want to delete them as soon as they hit the database. I have tried using a trigger to delete them on insert but of course you can't delete a record before it has been inserted. Is there anyway I can make my Insert trigger save the record so I can delete it? Or any other kind of solution to delete these records as they come in?
Thanks
Thanks