Hello,am trying to run an XMLHTTP request on our 2005 db server. Am using the following code. But get a permissions error.1. How do i set the permissions ?2. Does anyone have any url link to any documentation on the XMLHTTP object ?thanksEhiExec @nError = sp_OACreate 'Microsoft.XMLHTTP', @iReq OUTMsg 229, Level 14, State 5, Procedure sp_OACreate, Line 1The EXECUTE permission was denied on the object 'sp_OACreate', database 'mssqlsystemresource', schema 'sys'.