I am using SQL server 2000 as a reporting server and would like to set up a DTS that runs every night to update about 20 tables. Currently I am dropping the tables and then just importing the new ones. The from sever name is NetMeter, the reporting server name is NetMeter_Test. Would I use append, update? What t-sql would it look like since I already have existing table with the correct names I just need to update them.