You can make a Http request using the XMLHttp object in a script task, e.g.
Set xmlHTTP = CreateObject ("MSXML2.ServerXMLHTTP.4.0")
xmlHTTP.open "GET","http://someotherserver/respond.asp", False
xmlHTTP.send ()
--
Darren Green
http://www.sqldts.com
http://www.sqlis.com
"Ernesto L via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote
Quote:
Hello,
I am wondering if it is possible to execute an asp file from a DTS activex
Script
Thanks
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200509/1 |