When I tried to execute 'sp_OAMethod' procedure in SQL 2005, i got the error as '[SQL-DMO] This cache contains no result sets, or the current result set contains no rows.'
The 'sp_OAMethod' procedure we executed as follows:
sp_OAMethod @objQueryResults, 'CurrentResultSet', @objCurrentResultSet OUT
I also enabled 'Ole Automation' from Surface Area Configuration.
Please give a solution for this.