Posted by Brian Peasland on 07/06/06 15:54
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@nospam.peasland.net
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
[Back to original message]
|