Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export a dynamic table

Status
Not open for further replies.

gcole

Programmer
Aug 2, 2000
390
US
I need to export a table that has columns that constantly change. This table is created through an SP. DTS is giving me a problem as it wants the Transformations mapped. BCP also needs a format file. Any ideas?
 
This is one of the reasons why it is a bad idea to create a process that requires table changes on a constant basis. I know of no way to do the export except to recreate the export every time you want to run it in this case. How else would it know what data goes where?

Questions about posting. See faq183-874
 
This is a case where it had to be done and the user runs the ap that does it. In FoxPro, you could just dump the table out to a file type. I was hoping for something like that here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top