Re: exporting to CSV
- From: Brian Peasland <oracle_dba@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 15:54:56 GMT
Katie wrote:
How would that work if i want the user to enter values in a form and
then wen they click submit run a stored proc using the values they
entered as params and output for them a csv file.
You can write a custom DTS package that is called from a stored proc. Parameters to that stored proc will be the parameters you want to query on. The stored proc will set global DTS variables based on these parameters and DTS will use these variables to filter out the unwanted records. You'll probably want a good book on DTS as this sort of thing can be a bear for the uninitiated. SQL Server 2000 DTS Step By Step by Carl Rabeler worked for me!
Cheers,
Brian
--
===================================================================
Brian Peasland
oracle_dba@xxxxxxxxxxxxxxxxxxx
http://www.peasland.net
Remove the "nospam." from the email address to email me.
"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
.
- References:
- exporting to CSV
- From: Katie
- Re: exporting to CSV
- From: Cimode
- Re: exporting to CSV
- From: Katie
- exporting to CSV
- Prev by Date: Re: Insert Subqueries
- Next by Date: Re: Insert Subqueries
- Previous by thread: Re: exporting to CSV
- Next by thread: Re: exporting to CSV
- Index(es):
Relevant Pages
|