I have problems inserting records into a Sequel Server 2005 table.Here is the code:insert into ZyTax.dbo.xtable(report_state, report_year, report_month, company) exec('Select ztadds, ztyear, zt#mt, ztco from vgiprddta.f55125x') at AS400SRV_MSDASQLI'm using a linked server to db2/400. There are 25 records in the source file and layout is the same for both source and target tables. The query never completes. Can anyone suggest what I should look at? Thank you.