Forum Replies Created

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

  • RE: Adding a trigger for new Customer Order

    Hi Drew.

    Thank you for your help. I will make changes to the trigger and let you know how they work out.

    I appreciate your help, very much.

    Sincerely;

    Gillian Pappas

    Systems Analyst

    Kewaunee Scientific...

  • RE: Adding a trigger for new Customer Order

    Drew. This is what I have so far.....

    SET QUOTED_IDENTIFIER OFF

    GO

    SET ANSI_NULLS ON

    GO

    ALTER TRIGGER dbo.KS_CoAdd

    ON co

    FOR INSERT, UPDATE

    AS

    declare

    @Severity int

    , @InsertFlag tinyint

    , @Infobar ...

  • RE: Adding a trigger for new Customer Order

    Hi Drew. Thank you for your response.

    This is my first trigger ever. I have looked at all of the forums on triggers, but I have not been able...

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