So what is the question? this is the syntax for inserting into one table by a select from another plus some parameters:INSERT INTO ApproverLogs (id ,Location_Code ,Application ,Responsibility_Begins_With ,Approver_Main ,AppMain_UserID ,Approver_BackUp ,AppBackUp_UserID ,GSP_TEAM_FYI ,Change_By ,Change_Datetime ,Change_type) select id ,Location_Code ,Application ,Responsibility_Begins_With ,Approver_Main ,AppMain_UserID ,Approver_BackUp ,AppBackUp_UserID ,GSP_TEAM_FYI ,@Change_By ,@Change_Datetime ,@Change_typeFrom ApproversWHERE id = @id
Be One with the OptimizerTG