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 2000 Forums
 SQL Server Development (2000)
 asp hit through sql server

Author  Topic 

sjafery
Starting Member

1 Post

Posted - 2004-07-06 : 07:39:36
Dear All,
I am facing a problem while migrating my database from Oracle to SQL server 2000. In Oracle I am using UTL_HTTP package to hit an asp page hosted on other machine. I cant find its equivalent in SQL server. Kindly tell me how to hit a web page from sql server.


thanks,

sjafery

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-07-06 : 10:23:59
There is no equivalent function in SQL Server to perform requests via HTTP. The following link demonstrates how to expose the MSXML parser engine to perform this task.

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=30519&SearchTerms=xml


Though, this might best be suited for another tier.
Go to Top of Page
   

- Advertisement -