Viewing 11 posts - 1 through 11 (of 11 total)
The XML is represented in a table. The data returned is spit out in the order that it is in the table. If you remove the FOR XML EXPLICIT statement...
February 1, 2005 at 9:35 pm
Good to see you got it working.
September 10, 2004 at 2:48 am
Never having used ADO.NET I cannot comment on its behaviour. What I can do though, is provide (hopefully) the correct non-lazy way of performing the UNION for you.
Note that even...
September 9, 2004 at 4:37 pm
I assume you are calling the procedure through ADO or using the SQLXML ISAPI. The result is streamed out, so as long as the text streamed out looks like XML...
September 8, 2004 at 8:55 pm
Here is one method of forcing encoding I have found in Microsoft's documentation. If you can be more specific on how you wish to retrieve the data there may be...
April 20, 2004 at 8:02 pm
I believe Word 2000 cannot save documents as XML and consequently you would be unable to run the documents through any XML parser.
What you really need to do is use...
April 20, 2004 at 7:48 pm
I have done this before and a quick look around has found what I was after. ENJOY!!
This is where I found the info - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsqlmag02/html/overcomingopenxmlhangupsListing_03.asp
Essentially sp_xml_preparedocument can take a...
April 15, 2004 at 11:58 pm
What is the report engine? Crystal.
Are you using a web UI or application UI?
April 15, 2004 at 10:21 pm
I'm no expert, but why aren't you using a between statement when grabbing the date? In my mind it should look something like below. Note that I have returned [DATE] in the...
April 15, 2004 at 8:46 pm
A couple of "freeware" editors I have come across which work quite well are "Context" and "PSPad".
July 18, 2003 at 12:02 am
If you are using SQL Server 2000 and XML, when you select using OPEN XML, it automagically omits null columns.
This achieves your ends in a simple manner, but I do...
April 16, 2003 at 7:54 pm
Viewing 11 posts - 1 through 11 (of 11 total)