Getting the following when trying to run the script below. The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.The statement has been terminated.insert into bmprdaudes_sql(item_no,seq_no,aud_dt,aud_tm,aud_action,aud_user_name,aud_terminal_no,comp_item_no,alt_item_no,qty_per_par,attaching_oper_no,scrap_factor,activity_fg,aud_user_name_defined_field,effectivity_dt,obsolete_dt,mfg_uom,filler_0005,loc,backflush_fg,bulk_issue_fg,scrap_qty)selectitem_no,seq_no,convert(datetime,convert(char(8),aud_dt)),convert(datetime,convert(char(8),aud_tm)),aud_action,aud_user_name,aud_terminal_no,comp_item_no,alt_item_no,qty_per_par,attaching_oper_no,scrap_factor,activity_fg,user_def_fld,convert(datetime,convert(char(8),effectivity_dt)),convert(datetime,convert(char(8),obsolete_dt)),mfg_uom,filler_0005,loc,backflush_fg,bulk_issue_fg,scrap_qtyfrom bmprdaud_sql