dbTalk Databases Forums  

DTS - Parameter - ASP page

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS - Parameter - ASP page in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
BigFellow
 
Posts: n/a

Default DTS - Parameter - ASP page - 01-23-2006 , 07:37 AM






Hi,
I would like to be able to run a DTS from an ASP page (not an ASPX)
giving the DTS package parameters on the fly.
My goal is to be able to give a table name and to retrieve the table
content locally in a text file.
Thanks,
BigFellow



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS - Parameter - ASP page - 01-23-2006 , 12:34 PM






BigFellow wrote:
Quote:
Hi,
I would like to be able to run a DTS from an ASP page (not an ASPX)
giving the DTS package parameters on the fly.
My goal is to be able to give a table name and to retrieve the table
content locally in a text file.
Thanks,
BigFellow


Execute a package from Active Server Pages (ASP)
(http://www.sqldts.com/default.aspx?207,1)

Setting parameters is the same as the VB syntax shown here-

Execute a package from Visual Basic (VB)
(http://www.sqldts.com/default.aspx?208,3)

You will need to add some additional code to handle the file and passing
it back to the user. The package will run on the web server, so you will
write the file there, then read and write to the user, or redirect to
the file if it is available within the web file structure.


--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.