Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Trigger

    The below code may help u in finding ur problem

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    GO

    -- =============================================

    -- Author:<Author,,Name>

    -- Create date: <Create Date,,>

    -- Description:<Description,,>

    -- =============================================

    ALTER TRIGGER [dbo].[Insert_Trg_Dept]

    ON [dbo].[Dept]

    ...

Viewing post 1 (of 1 total)