I am trying to put the results from a query on one database server into a table on a different server. I have put the results of the query into a dataset. Is there a simple way to "export" the contents of the entire query into a SQL table in the second database without using a dataset as a conduit? Is there a better way to accomplish this task? If I do, in fact, need to use a dataset, once I have the dataset populated, what's the best way to dump that data into a fresh table on DB server #2?
Thanks,
Deb
Thanks,
Deb