I need to unload the data from a table in one database and reload it into the same table in another database. The tables contain computed columns. How do I do this? Each time I Load, it adds (and computes) another column, throwing my data off. I tried to export as CSV and then delete the computed column but that causes errors, too. There has to be a simple fix for this, right? thanks, Lin

