In our application, we would like to export the user data. In the main table,
it is related to many other tables with foreign keys. We have not used DTS
before and would like to see if it can export the data for us. How can we
write a DTS package that will export from the main table, and all related
data from the other tables, into a single XML file that can then be imported
into another database? If this is possible, can someone provide a simple