Ganti nilai konten dari SQL lama ke SQL baru

Update  tbl.Products
Set articlenumber = replace(articlenumber, 's401', 'I00010') 
Confused Chipmunk