In my database I have one table which when there is a record inserted into it a trigger will use information from the data inserted, run a select statement on the rest of the database, and insert the result into another database on the same server.
Ive never written a trigger before and Im not entirely sure that the examples out there help a lot.
Thanks in advance