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 |
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.comthanks |
|
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 ....- Jeffhttp://weblogs.sqlteam.com/JeffS |
 |
|
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. |
 |
|
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. |
 |
|
|
|
|