Viewing 15 posts - 1 through 15 (of 16 total)
Excellent! You were correct, the PATH parameter caused FOR XML to interpret the @ sign to indicate an attribute.
I had to add a descriptor to instruct PATH to use...
June 21, 2018 at 2:07 pm
Hi Drew,
you are correct that I missed that change in the code.
Here are the results with AS [@name]
<OtherFields>
<key>
<_x0040_name>OFcAddress_1</_x0040_name>
...
June 21, 2018 at 12:43 pm
Adding the ELEMENTS parameter changes it to the standard XML elements notation, not the Name/value pair<OtherFields>
<key>
<name>OFcAddress_1</name>
<value>1621 NE Winter</value>
...
June 21, 2018 at 11:22 am
the folks at Stack Overflow helped me. Here is the solution:
DECLARE @cMOBId varchar(50);
SELECT @cMOBId = cMOBClientID FROM xdMOBOthPay GROUP BY cMOBClientID;
WITH XMLNAMESPACES(DEFAULT 'http://someURL.com/core/xml/payment')
August 21, 2017 at 9:45 am
I have worked from home for over 17 years. (SQL Server 6.5!!!) Much of that time I have been the multi-hat person: technical responsibilities combined with people/project management.
When I...
July 15, 2016 at 8:10 am
We use a hosted data center. It turns out that they had turned on the SQL backup functionality on their nightly backup system - so it was an external...
September 18, 2015 at 9:53 am
No external programs that I am aware of.
September 17, 2015 at 2:32 pm
Sorry for the delay. Got pulled several directions at once. Everything checked OK, but now we'll not know, because the jobs were switched to a 3rd party scheduler and the...
May 17, 2005 at 11:25 am
Like several of my posting compatriots, I often read, but rarely post.
Good luck with the barn. Intersting that several posters have a rural bent. I, too, have livestock. Horses, llamas...
March 25, 2005 at 10:34 am
Can application roles be implemented in 6.5?
August 3, 2004 at 7:43 am
the machine has 2.5GB memory. By using 1000000 blocks for SQL, that left around 600MB for NT - more than enough. Unless NT can't address more than 2GB?
I've got...
October 1, 2003 at 8:15 am
What problem did you have with the 10GB table?
September 30, 2003 at 9:48 am
We appear to have found the problem - in spite of the published information from MS stating that 6.5 can address up to GB of memory, it doesn't. I finally...
September 29, 2003 at 5:59 pm
It is starting with a valid domain account
September 11, 2003 at 6:09 pm
I need to increase the master. We believe the problem to be the SQL Setup GUI code running under WIN2k. So we removed 6.5 and reinstalled with a properly sized...
September 11, 2003 at 4:04 pm
Viewing 15 posts - 1 through 15 (of 16 total)