I would like to create a trigger to insert a few fields into a linked server table in SQL after they have been entered into my server I think i would also want that to work for updates.
how would i do that?
could someone please show me the syntax?
so basically a record is entered in my db on my server and i want some of those fields to populate the table in the linked server.
upon entry of a new record in my db
(also think about updates)
insert the dna , kit, and sample id
into cellllab table.
Start Free Trial