• Hi,

    Try this one

    UPDATE bck

    SET bck.ProcID = ori.ProcID

    FROM dbo.BlogCopy_copy as bck inner join dbo.BlogProcedures as ori

    on bck.WebID=ori.WebID

    Using aliasses of tables is a good habit that you really should learn to use 🙂

    Wkr,

    Van Heghe Eddy