update casesinsurance set inactive =0, lastmodifiedby ='HealthCo Script', lastmodified = getdate() where inactive is null Go update patientinsurance set inactive =0, lastmodifiedby ='HealthCo Script', lastmodified = getdate() where inactive is null GO