Hello,
I've a problem with an insert trigger on a table :
I must execute a command each time a row is inserted in my table ! To
perform that, i've make a trigger Insert !
But I failed to take all the new entries inserted ! I use the inserted
table but I can just take the last insert !
Is there an while instruction in SQL taht give me all line inserted or
what can I do to perform this action ! (For all entry I must take the values
and put them in a command line )
Thanks for your response !
Jack