XML from DTS Tranform task
From: Wayne Antinore (wantinore_at_veramark.com)
Date: 03/17/04
- Next message: Darren Green: "Re: sql 2000 - slow response times after creating a new database"
- Previous message: Ilya Margolin: "Re: 'not enough memory' error when attempting to import a text file"
- Next in thread: Darren Green: "Re: XML from DTS Tranform task"
- Reply: Darren Green: "Re: XML from DTS Tranform task"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 08:49:35 -0500
Hi,
I'm trying to use a DTS transform task to output the results of a query that
has the For XML syntax. I define the source and make a text file
destination and everything seems to work fine but when I open the output
.XML file it is just a bunch of Hex data. Is there some type of pre or post
source function I need to do on the transformation phases?
I have been able to do this by creating an active X script task and running
that as a DTS package but I originally wanted to do this through DTS for
performance. I think the active X script task won't have any better
performance than a dll or an executable.
I've seen other people asking how to do this but the only answer I've seen
is the active X script so maybe it cannot be done. Right now we are calling
the BCP library routines to do this in a C++ dll but since that depends on
older DB-Library routines I would rather use something else.
Thanks in advance for any help.
Wayne Antinore
- Next message: Darren Green: "Re: sql 2000 - slow response times after creating a new database"
- Previous message: Ilya Margolin: "Re: 'not enough memory' error when attempting to import a text file"
- Next in thread: Darren Green: "Re: XML from DTS Tranform task"
- Reply: Darren Green: "Re: XML from DTS Tranform task"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|