I need to run either a stored procedure, trigger, update query. I am not sure, maybe some can help me, I have a flat file I import into my database. I have a field called [Invoice Number]. This field contains both alpha, numeric values (Ex. 000001754HRE0), what I am trying to accomplish is, removing the first 0 from every record. The field right now has 14 alpha-numeric values in it, I need to get it down to 13 ny removing the first 0 from every record. Thank You