Groups
Groups
Sign in
Groups
Groups
microsoft.public.sqlserver.xml
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
Chloe C
,
Martin Honnen
3
12/29/09
Attributes and elements in FOR XML subqueries
Hi I'm trying to build an XML document from a relational schema. A lot of it works well, but I
unread,
Attributes and elements in FOR XML subqueries
Hi I'm trying to build an XML document from a relational schema. A lot of it works well, but I
12/29/09
chris
,
Bob
3
12/18/09
Select multiple detail attributes from xml parameter
Hi - I'm trying to parse the google analytics xml file returned from my data query. Under the
unread,
Select multiple detail attributes from xml parameter
Hi - I'm trying to parse the google analytics xml file returned from my data query. Under the
12/18/09
SVCitian
,
Stefan Hoffmann
2
12/14/09
SQL Server (XML Data) Through ODBC to MS Access
Hello, In one database in my company. Previously the data in SQL Server, the tables were simple text
unread,
SQL Server (XML Data) Through ODBC to MS Access
Hello, In one database in my company. Previously the data in SQL Server, the tables were simple text
12/14/09
Dan Holmes
,
Bob
2
11/30/09
performance of EXPLICIT vs PATH
has anyone noticed any performance benefits from changing FOR XML EXPLICIT SELECTs to FOR XML PATH(..
unread,
performance of EXPLICIT vs PATH
has anyone noticed any performance benefits from changing FOR XML EXPLICIT SELECTs to FOR XML PATH(..
11/30/09
Pavan
,
Martin Honnen
7
11/30/09
Accessing node values in the where clause
Hi, I have an XML column in a table and i need to fetch the record based on some values, that are
unread,
Accessing node values in the where clause
Hi, I have an XML column in a table and i need to fetch the record based on some values, that are
11/30/09
Ben
, …
Pal Garg@discussions.microsoft.com Lakhan Pal Garg
7
11/27/09
XML Inner Join with Table
Hi All, I have an input XML which needs to make an inner join with table on a specific field. I could
unread,
XML Inner Join with Table
Hi All, I have an input XML which needs to make an inner join with table on a specific field. I could
11/27/09
rgn
, …
Bob Beauchemin
6
11/25/09
XML in SQLServer 2005/2008
I'm beginning to learn XML with SQLServer. If SQLXML delivered the features in SQLServer 2000 and
unread,
XML in SQLServer 2005/2008
I'm beginning to learn XML with SQLServer. If SQLXML delivered the features in SQLServer 2000 and
11/25/09
Niels
,
Martin Honnen
3
11/19/09
What is the difference between inline selection and WHERE
Hi, I have a problem regarding inline selecting the right nodes from a tree. I would really like to
unread,
What is the difference between inline selection and WHERE
Hi, I have a problem regarding inline selecting the right nodes from a tree. I would really like to
11/19/09
Mia
11/18/09
a brand new query tool is out on beta, we need feedback, so you get a free copy
We at Nob Hill Software are working on a new query tool: http://www.nobhillsoft.com/MarieAlix.aspx?
unread,
a brand new query tool is out on beta, we need feedback, so you get a free copy
We at Nob Hill Software are working on a new query tool: http://www.nobhillsoft.com/MarieAlix.aspx?
11/18/09
Anonymous
, …
Bob
3
11/16/09
parse xml
<SampleXML> <Tables> <Table value="abc" /> <Table value="123
unread,
parse xml
<SampleXML> <Tables> <Table value="abc" /> <Table value="123
11/16/09
Ckirby
, …
Bob
11
11/11/09
XML shred of XML data in table returing null values
Using SQL 2008, I have a table (tmpXML) with 2 columns CREATE TABLE [dbo].[tmpXML]( [pk] [int]
unread,
XML shred of XML data in table returing null values
Using SQL 2008, I have a table (tmpXML) with 2 columns CREATE TABLE [dbo].[tmpXML]( [pk] [int]
11/11/09
geir
, …
Bob
3
11/5/09
I fail to put a XML into a table
Hi all. I just can't get to the item values and hope anyone can help me. Here is the XML i have
unread,
I fail to put a XML into a table
Hi all. I just can't get to the item values and hope anyone can help me. Here is the XML i have
11/5/09
Lonedog
,
Bob
2
10/27/09
Querying XML element values
Using SQL Server 2005 --First the Schema Collection and table definition CREATE XML SCHEMA COLLECTION
unread,
Querying XML element values
Using SQL Server 2005 --First the Schema Collection and table definition CREATE XML SCHEMA COLLECTION
10/27/09
Ckirby
10/26/09
SSIS package to return XML data from Web Service and import to database
Can anyone point me to an example of how to setup an SSIS package that would consume a webservice,
unread,
SSIS package to return XML data from Web Service and import to database
Can anyone point me to an example of how to setup an SSIS package that would consume a webservice,
10/26/09
eseco systems
10/21/09
xml and the concept of html
Before analyzing xml or html management, some more work has to be done in order to develop database
unread,
xml and the concept of html
Before analyzing xml or html management, some more work has to be done in order to develop database
10/21/09
RJ
,
Bob
3
10/10/09
XML Shred question
I am an XML rookie. Given that, I have a table called Testdata with columns defined as [ID] [int]
unread,
XML Shred question
I am an XML rookie. Given that, I have a table called Testdata with columns defined as [ID] [int]
10/10/09
Chris
10/2/09
Beta Available for CAX, a caching API for XML
Xponent has released the first beta version of CAX, a caching API for XML. CAX extends the
unread,
Beta Available for CAX, a caching API for XML
Xponent has released the first beta version of CAX, a caching API for XML. CAX extends the
10/2/09
Simon Gare
10/1/09
Dynamic XML from SQL DB
Hi All, I have a content managed site that I need to create an sitemap XML for. The pages can be
unread,
Dynamic XML from SQL DB
Hi All, I have a content managed site that I need to create an sitemap XML for. The pages can be
10/1/09
Farmer
,
Bob
4
9/24/09
Help using .exist() to test for XML element existance
Please help me to filter out only CustomerRet elements that DO NOT have child ParentRef element usign
unread,
Help using .exist() to test for XML element existance
Please help me to filter out only CustomerRet elements that DO NOT have child ParentRef element usign
9/24/09
William F. Kinsley
,
Bob
3
9/17/09
Prevent OPENXML from trimming strings
I have a XML node that is padded with leading spaces, when I use openxml to access the XML file, the
unread,
Prevent OPENXML from trimming strings
I have a XML node that is padded with leading spaces, when I use openxml to access the XML file, the
9/17/09
WCM
, …
Bob
12
9/16/09
XML Cross Apply ...
Sql Server 2005: The following tsql works fine, but I need to know if it is documented syntax. My
unread,
XML Cross Apply ...
Sql Server 2005: The following tsql works fine, but I need to know if it is documented syntax. My
9/16/09
nakutts
,
Bob
3
9/14/09
Attributes to end element
Hi.. I am trying to add an attribute to the end element.I believe that attributes to the end element
unread,
Attributes to end element
Hi.. I am trying to add an attribute to the end element.I believe that attributes to the end element
9/14/09
YuQ
,
Bob
5
9/9/09
如何寫XML欄位的日期或數字表達式
Dear Sirs, �Ҵ���ʹ��XML��ʽ�탦��Data�����ڙz���r�������ڡ����ֻ��ִ���ȗl����Ӧ�����дSQL ���? Ո���ˡ� XML��λ�еă
unread,
如何寫XML欄位的日期或數字表達式
Dear Sirs, �Ҵ���ʹ��XML��ʽ�탦��Data�����ڙz���r�������ڡ����ֻ��ִ���ȗl����Ӧ�����дSQL ���? Ո���ˡ� XML��λ�еă
9/9/09
Will
,
Martin Honnen
18
8/31/09
node() method ... xmlns
Sql Server 2005: The following query works fine with the UPS .xml doc that follows, but only if I
unread,
node() method ... xmlns
Sql Server 2005: The following query works fine with the UPS .xml doc that follows, but only if I
8/31/09
Will
, …
WCM
9
8/30/09
OpenXML() Edge Table
I need to use OpenXML() to return an Edge Table representation of an xml doc. Is it safe to assume
unread,
OpenXML() Edge Table
I need to use OpenXML() to return an Edge Table representation of an xml doc. Is it safe to assume
8/30/09
Lonedog
,
Martin Honnen
6
8/28/09
parsing XML from an XML field in a table
Currently I have been able to successfully parse part of the information I am attempting to retrieve
unread,
parsing XML from an XML field in a table
Currently I have been able to successfully parse part of the information I am attempting to retrieve
8/28/09
Jancso Christian
2
8/27/09
SQL Backup Error
Dear all Since a while I am getting an error while trying to backup a database. The job should be
unread,
SQL Backup Error
Dear all Since a while I am getting an error while trying to backup a database. The job should be
8/27/09
Will
,
Martin Honnen
5
8/25/09
Openxml() Edge Table - root element problem
Sql Server 2005: Requirement: return results of openxml() to an Edge Table. Function body: openxml(@
unread,
Openxml() Edge Table - root element problem
Sql Server 2005: Requirement: return results of openxml() to an Edge Table. Function body: openxml(@
8/25/09
Marilyn
,
Subramanian
2
8/24/09
How to convert delimited text file to XML
Is there any way to convert a delimited text file into XML? Appreciate any help.
unread,
How to convert delimited text file to XML
Is there any way to convert a delimited text file into XML? Appreciate any help.
8/24/09
Peter Johnson with AmericanRetailSupply
,
Bob
3
8/14/09
need a XMLBULKLOAD example that fits my data,
I've been studying XMLBULKLOAD for the past 2 weeks, and have succeed with many of the XML
unread,
need a XMLBULKLOAD example that fits my data,
I've been studying XMLBULKLOAD for the past 2 weeks, and have succeed with many of the XML
8/14/09