We added an insert trigger on the GL00100 table to test each new GL account to verify the segments are the correct length, that segment 1 is all numeric (in our case) and that the posting type for balance sheet or income statement matches the GL account number. You could do something similar to capture who is creating new GL accounts or new Segments. SQL Server supports multiple triggers. We need to make sure we reinstall the trigger after upgrade operations. We also need to remember to add the trigger when we create a new company.
Keith McConnell