Undeclared tag ID 28 is used in a FOR XML EXPLICIT query
From: Peter Mison (pmison_at_atdw.com.au)
Date: 08/26/04
- Next message: rao: "for xml explicit data problem"
- Previous message: Michael Rys [MSFT]: "Re: XPath Query Results missing Null fields"
- Next in thread: Eugene Kogan [MSFT]: "Re: Undeclared tag ID 28 is used in a FOR XML EXPLICIT query"
- Reply: Eugene Kogan [MSFT]: "Re: Undeclared tag ID 28 is used in a FOR XML EXPLICIT query"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 17:03:17 -0700
I have quite a large FOR XML EXPLICIT query in a stored
procedure with the last parent tag id as 28. The query
works perfectly most of the time however intermittently
this error occurs complaining that the Tag ID 28 is
undeclared. It is in fact declared.
The way I have been rectifying the problem to date is to
drop the stored procedure and re-load it (unchanged).
Then the query works perfectly again.
I am concerned why this is happenning as the tag in error
is definately declared. If it wasn't declared, you would
expect the error to occur 100% of the time (knowing that
there is no change to the data being returned).
I have seen only one other report of this on the internet
where it was suggested that it has something to do with
the ordering and that when it works it is only by
accident that the query plan allowed it to work. I am not
convinced it has anything to do with ordering. What this
error says to me is that the tag ID 28 has been refenced
but there is no such tag ID declared in the first union
where the columns are declared.
I would appreciate a response from anyone who can offer a
suggestion or who may have previously experienced and
resolved this issue.
Cheers
Pete
- Next message: rao: "for xml explicit data problem"
- Previous message: Michael Rys [MSFT]: "Re: XPath Query Results missing Null fields"
- Next in thread: Eugene Kogan [MSFT]: "Re: Undeclared tag ID 28 is used in a FOR XML EXPLICIT query"
- Reply: Eugene Kogan [MSFT]: "Re: Undeclared tag ID 28 is used in a FOR XML EXPLICIT query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|