Subject How to INSERT from a TRIGGER into another database?
Author rekkod
Hi All

I want to INSERT records within a trigger but into another database. I
should be able to do this with a UDF, but I assume I will have to
connect to the database in the UDF with each INSERT, which will take
very long. Is there another way?

Thanks
Anton