Subject | How to INSERT from a TRIGGER into another database? |
---|---|
Author | rekkod |
Post date | 2005-08-19T07:33:46Z |
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
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