select opr.ownerId, opr.fsltablecode, opr.operatorId, opr.fsl_choId, opr.lastUpdated from tbl_OPR_CLientOperators opr with (nolock) inner join tbl_CHO_Operators cho with (nolock) on cho.cho_id = opr.fsl_choId and cho.cho_type in ( 'U', 'I' ) where opr.ownerId = and opr.fsltablecode = and opr.lastUpdated >= dateadd( day, -1, format( getDate(), 'MM/dd/yyyy' )) and nullif( opr.mfrCustNum, '' ) is not null order by opr.lastUpdated

Events Fired #lsnumberformat( qmd_toPropagate.recordCount )#