Viewing 2 posts - 1 through 2 (of 2 total)
I still can't get this to work for some reason. I modified it to update the correct category like so:
CREATE TRIGGER [CATEGORIES_PRODUCTS_INSERT] ON [dbo].[categories_products]
FOR INSERT
AS
BEGIN
UPDATE categories SET itemCount =...
January 4, 2005 at 1:06 am
#535712
Hi GilaMonster,
Thanks for your help and advice. I sort of expected someone to comment on the cursor thing.
The reason I don't want to...
January 4, 2005 at 12:06 am
#535704