• Updated by below query

    UPDATE

    SET [col] = [col]

    but trigger is not firing on update.

    below is my trigger

    CREATE TRIGGER [dbo].[Prod]

    ON [dbo].[Table_Name]

    AFTER INSERT,UPDATE