Forum Replies Created

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

  • RE: better method for a trigger?

    Where should I look in MS-SQL for a timeout on this trigger.  My data view is giving me a 1096 minute timeout.  Is that due to the trigger running an...

  • RE: Trigger on specific fields IF UPDATE

    I'm trying something else to get the trigger to work if any one of the following four fields is changed:

    CREATE TRIGGER HRChanges

    ON EmpStdSpace

    FOR UPDATE AS

    IF @@ROWCOUNT=0 RETURN

    /*  per above...

  • RE: Trigger on specific fields IF UPDATE

    \*I had tested the following syntax on the INSERT area (see below) which resulted in compilation errors - I should have left it in as a sample but had parts of the trigger...

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