How to Use XMLHTTP from within T-SQL (sp_oacreate)
Adam Machanic points out how to use MSXML2.ServerXMLHTTP.3.0 from within T-SQL using OLE objects. This is to perform different tasks.
However need to take into account that only members of the sysadmin fixed server role have permissions to execute sp_oacreate. Not to mention it is not database which should perform this kind of task. Hint - use higher layer component instead...
Friday, January 14, 2005 1:16 AM