I've worked mostly with stored procedures with parameters that read data from a 'loader DB table' to load data into the application tables of my DB. One problem I'm having is referencing a procedure or table thru a linked server. The connection acts flaky (meaning it drops sometimes for no apparent reason). I'd like to try using DTS load data. I've started by adding the two servers as connections. I'm not sure what the next step should be. I appreciate any help offered.