Article ID: 279434 - Last Review: October 3, 2003 - Revision: 3.2 PRB: Limitations of OpenXML in SQL Server 2000This article was previously published under Q279434 SYMPTOMS
Streaming the results of an OpenXML command into other SQL commands fails with the following error message:
OLE DB provider 'OpenXML' reported an error. The provider did not give any information about the error.
CAUSE
This is a limitation of SQL Server 2000.
RESOLUTION
Direct the output from the OpenXML into a temporary table prior to selecting it with the secondary command.
STATUS
SQL Server 2000 currently has a limitation on piping an intermediate resultset from one command to another when OpenXml is used in one of the sub-commands.
The problem is exhibited when running a command that would require linking the intermediate resultset from a sub-SELECT or JOIN. The following T-SQL sample demonstrates the failure:
| Article Translations
|
Back to the top
