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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 running a web page

Author  Topic 

itaybarda
Starting Member

12 Posts

Posted - 2007-05-21 : 11:27:50
hi.
does someone know how can i execute a web page from ssis.
for example i woul like to call http://www.hotmail.com

thanks

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-05-21 : 12:02:30
Can you explain to us what you mean by "executing a web page" ? I just want to make sure I understand what you are trying to do ....

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page

itaybarda
Starting Member

12 Posts

Posted - 2007-05-21 : 12:09:33
this page i want to run, is processing some data on my server.
when the page get called with parameter x, it knows to do something.
so i need to call it, and get the results. something like httprequest, i guess.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-21 : 14:30:44
Sql can do some web tasks, you may check that in books online.
Go to Top of Page
   

- Advertisement -