Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Trigger to insert record in another table.
Message
From
15/07/2003 22:07:30
 
 
To
10/07/2003 12:29:50
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00803916
Message ID:
00810517
Views:
15
Thank you! It got me in the right direction.

Luis


>I think it would be something like this ...
>
>CREATE TRIGGER InsertRec ON A
>AFTER INSERT
>AS
>insert into X (Col1,Col2)
>select A.Col1, B.Col2 from inserted A INNER JOIN TableB B
>
>Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform