dbTalk Databases Forums  

Web interface calling DTS package with parameters

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


Discuss Web interface calling DTS package with parameters in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
imani_technology_spam@yahoo.com
 
Posts: n/a

Default Web interface calling DTS package with parameters - 06-04-2004 , 04:19 PM






Is there a way for a Web interface to execute a DTS package and pass a
parameter to the package?

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Web interface calling DTS package with parameters - 06-04-2004 , 04:42 PM






Do you mean like this

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

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


<imani_technology_spam (AT) yahoo (DOT) com> wrote

Quote:
Is there a way for a Web interface to execute a DTS package and pass a
parameter to the package?



Reply With Quote
  #3  
Old   
imani_technology_spam@yahoo.com
 
Posts: n/a

Default Re: Web interface calling DTS package with parameters - 06-07-2004 , 09:23 AM



This is good. What about passing parameters into the DTS package?
Let's say the user enters parameters into an ASP "form." How does
that get into the DTS package?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Do you mean like this

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

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


imani_technology_spam (AT) yahoo (DOT) com> wrote in message
news:8be6e8.0406041319.7fff4aed (AT) posting (DOT) google.com...
Is there a way for a Web interface to execute a DTS package and pass a
parameter to the package?

Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Web interface calling DTS package with parameters - 06-08-2004 , 03:16 AM



You can have in your package the parameterised parts be assigned through
Global Variables. Using the object model in your ASP code you can assign
values to those Global Variables before you do .Execute



--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


<imani_technology_spam (AT) yahoo (DOT) com> wrote

Quote:
This is good. What about passing parameters into the DTS package?
Let's say the user enters parameters into an ASP "form." How does
that get into the DTS package?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Do you mean like this

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

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


imani_technology_spam (AT) yahoo (DOT) com> wrote in message
news:8be6e8.0406041319.7fff4aed (AT) posting (DOT) google.com...
Is there a way for a Web interface to execute a DTS package and pass a
parameter to the package?



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.