set nocount on insert into tbl_CRM_interactions ( ownerId, ownerType, partnerId, partnerType, interactionType, sourceId, sourceType, interactionMethod ) values ( , , , , 'CALL', -1, 'GEN', ) select interactionId = @@identity set nocount off