Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-02 : 17:49:23
|
Jason writes "I have a web page where users can select criteria to return a mailing list (common enough), inluded on the page is a button that the user can press to download a csv file of the currently selected data (this is the problem bit)
We are using IIS4.0 and SQL7.0
I need to be able to export variable data to variable filenames, we have looked at DTS and BCP but cannot find a suitable solution - surely it cannot be that complicated?
Using BCP through XP_cmdShell appears to leave a security hole according to our DBA and using ActiveX DTS approach seems OTT for such a simple requirement.
Can anybody point me in the right direction
Many Thanks
Jason Woolf" |
|
|
|
|
|