• krypto69 (11/8/2012)


    Thanks Phil..

    This is what I have so far...

    Is this going to copy only the changed (updated/inserted) record?

    CREATE TRIGGER update_delete ON dbo.WSI_T_CUSTOM_BENFIT_RATES

    FOR INSERT, UPDATE

    AS

    UPDATE WSI_T_CUSTOM_BENFIT_RATES_HIST

    FROM WSI_T_CUSTOM_BENFIT_RATES

    No. Did you read the link I sent?

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.