I have two tables.
Order table and order detail table.
What I want to do is send notification to a service when an order is created. And I want to include both header and detail of the order.
I can't get working with on insert trigger .
Anyone can guide me how to go around with trigger ?