SELECT *
FROM dbo.tbl_TMP_RPCOprAcctStrategies
INSERT INTO dbo.tbl_RPC_PIPE_SurveyResponses(OwnerID,FSL_TableCode,customerid,customertype,
questionid,response,subresponse,lastupdated)
VALUES(1,'MFR',#select.OperatorID#,'OPR',
2,'#select.response#','#select.subresponse#',#CreateODBCDateTime(Now())#)