Is there a stored procedure that allows SQL Server to send a get request to
a URL?Are you asking about getting data from the database as a html page? Checkout
the procedure sp_makewebtask in SQL Server Books Online.
Anith|||Well, while I have serious doubts that this should be done exclusively
within the database, and will give you fair warning that you will be taxing
the server with tasks that should be handled elsewhere, I was able to make
David Browne's stored procedure work flawlessly:
http://tinyurl.com/4gcm3
http://www.aspfaq.com/
(Reverse address to reply.)
"Robert Strickland" <bstrickland@.comporium.net> wrote in message
news:uqTLxNcAFHA.1524@.TK2MSFTNGP09.phx.gbl...
> Is there a stored procedure that allows SQL Server to send a get request
to
> a URL?
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment