Topics
Started by
Posts
Last post
Hi, I have a complicated set of schema files for which I am trying to generate a single XML file. …
1 replies
Hi, I',m new to XML and here is what I need to do... I want to create a SQL query to pull data and …
1 replies
Hi , We have a requirement in which we need to Query an XML which has child and sub child(structure…
6 replies
Hi I have the following table: CREATE TABLE XmlTable ([ImportData] [xml] NOT NULL) ON [Primary] I h…
3 replies
I am trying to create xml from SQL that looks like what’s below.I am using Sql Server 2008 R2. E…
2 replies
DECLARE @t TABLE(a VARCHAR(100)) INSERT @t SELECT 'abc' UNION ALL SELECT 'd<c>f' UNION ALL SE…
1 replies
Please take a look a the following.I do a select for OPENXML but it returns with Server: Msg 8114, …
3 replies
Hi, looking for tSQL help on shredding the following xml so that I can see (in this example) all sk…
7 replies
I've been kindly given some XML, and asked to return relevant values from within. Now I have only d…
1 replies
Hello All, I'm having a bit of a problem getting my XML into a correct tabular format. Below, I hav…
3 replies
I'm having trouble formatting an XML field in a query return. I've boiled the problem part down to…
2 replies
Got a problem stripping XML, really just because I am lost on Xquery: Heres what I am doing: Declar…
2 replies
Hi, whats the easiest way to shred this type of attribute centric XML document in such a way that I…
5 replies
If I have an xml file below <xml> <Document> <FileDetail> <BookNumber>1234…
2 replies
By: eripey
The XML DOM defines a standard way for accessing and manipulating XML documents. The XML DOM views …
1 replies
Viewing 15 topics - 166 through 180 (of 799 total)
You must be logged in to create new topics.