Viewing 8 posts - 1 through 8 (of 8 total)
I have resolved the 'namespace' issue.
Can anyone direct me to teh right links for the encoding problem. Thanks
November 24, 2009 at 1:04 pm
Okay, this is my issue now:
Assume that the the parameter for my stored procedure is in this format:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<ns2:tradesResponse xmlns:ns2="http://www.X.com/xmlschema/response">
<calypsoTradeResult>
<tradeID>138125</tradeID>
<measureResult>
...
November 24, 2009 at 12:27 pm
I tried including them in the query this way:
select
---
from
---
(select ---
from @XML.nodes ('ns2:Response/Result') Response (Result)) as Responses)
cross apply Results.nodes('/calypsoTradeResult/measureResult')
But it...
November 24, 2009 at 10:32 am
Hi,
Can you tell me how I can remove the namespace (ns2) and the <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> in the xml before making this query. Thanks a lot
November 23, 2009 at 6:01 pm
Hi
Thank you. Looks like there is some error some where. I corrected the xml format. However, I am not getting the tradeIds(they are all null). Here is my query
The correct...
November 23, 2009 at 2:04 pm
Friends,
From your responses, I understand two things:
- Linked servers is the widely used technique for accessing DBs from another instance
- It's not as easy as just prefixing the object's name...
November 9, 2009 at 5:23 pm
Thanks guys, for the prompt response. Here are the answers to Bru's questions:
- No, the jobs will not move to #instance2. We do not know how many jobs are affected..yet...
November 9, 2009 at 5:07 pm
Viewing 8 posts - 1 through 8 (of 8 total)