Viewing 10 posts - 31 through 41 (of 41 total)
Very cool concept ....
For all interested in performance aspect, XML data types are powerful but expensive. For XML queries, execution plan means very little. As the XML payload/ nodes...
June 25, 2009 at 10:23 am
Thanks guy .... tally table worked like a charm
March 27, 2009 at 8:52 am
I kept away from direct conversion because I was getting arithmetic overflow exceptions. I narrowed down to the following row, any ideas, how I can get past this. thanks in...
September 2, 2008 at 4:08 am
thanks. I've tried that as well, its a SQL 2005 XQuery limitation; accepts only string literals. Below is the error
The argument 1 of the xml data type method "query" must...
May 8, 2008 at 6:42 am
here you go,
select @x.query('distinct-values(for $a in //row/* return concat(local-name($a),","))')
April 21, 2008 at 7:14 am
Nevermind, figured out the comma part.
ryan,
the bo xml has about 450 columns, column names vary from 10 chars to 25 chars long. I fear I will not be able...
April 20, 2008 at 8:33 pm
thanks Lynn.
is there anyway to make the above query return as a comma seperated list?
thanks
April 20, 2008 at 6:55 pm
thanks. This definitely gives me a starting point.
also, I feel left out with FLOWR, are there any good online tutorials?
April 18, 2008 at 9:27 am
thanks for the response.
well, this kind of goes back to my quesiton; how would one write a generic XML column extracter?
thanks
April 18, 2008 at 8:01 am
Viewing 10 posts - 31 through 41 (of 41 total)