I am new wih SQL. Does anyone know of a way to drop leading zeros? The field is nvarchar and may contain values such as 00000123. I need to drop the leading zeros so the result would be 123. Some values maybe all zeros in which case might produce a null which is disallowed by the field. Any help would be greatly appreciated.