RATE THIS ANSWER
0
Click to Vote:
0
0
It is not recommended to call a webpage from a SQL Agent job as the SQL Agent job is a behind the scenes process, so anything that it does isn't visible to the user. You can find http_get.exe which is a command line app which can be used to get a web page.
If you are simply trying to send an email with an attachment then you should look into SQL Mail and using xp_sendmail.
Last Answered:
May 15 2009 9:08 PM GMT by Mrdenny 
47440 pts.