I have a table that new customers are added to through a stored procedure. When a new customer is added to the Customer table their customer ID also needs to be added to the Customer Summary table. Should I just add a second insert in my stored procedure for the Customer Summary table or should this be handled with a trigger on record insert? I'm using SQL2000.
Thanks.
Thanks.