Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Help with trigger please :-)

    Thanks for your efforts Ken but GSquared had already provided me with the answer and it's working perfectly well.

    Regards,

    Ady

  • RE: Help with trigger please :-)

    Brilliant! These sort of things demonstrate my lack of depth with SQL Server. Thanks very much for your help - it worked a treat.

    Thankfully I don't...

  • RE: Help with trigger please :-)

    Yeah I thought the same. Here's what I tried:

    CREATE TRIGGER Trg_CartwallTitlesIns ON dbo.CartwallTitles

    AFTER INSERT AS

    DECLARE @rowcount tinyint

    SELECT @rowcount...

Viewing 3 posts - 1 through 4 (of 4 total)