December 7, 2007 at 3:21 pm
Hi Guys,
I got a problem with my insert trigger today.I have an insert trigger on a table which inserts the records into another server.But now I want to know the newly inserted row number on that server/table within that trigger and need to assign that number to a column in the original(primary) table.
I think you got my point.
Anyone,Please help me in this regard...
Lots of Thanks in advance,
S.
December 7, 2007 at 6:16 pm
You can get the value from the inserted table.
December 8, 2007 at 10:01 am
But now I want to know the newly inserted row number
...and, if you're smart, you'll make the trigger code handle more than 1 row at a time. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply