Topics
Started by
Posts
Last post
I am new to the world of XML in SQL and trying to return a basic resultset from exeecuting the foll…
1 replies
I have some data stored in an XML type column in SQL 2005 that has multiple values for each node, b…
7 replies
I need to shred some xml out into different columns based on an attribute value(code) but can't fig…
1 replies
I need to store my xml out put in an varchar(max) field. when i try to convert my xml ("for xml exp…
1 replies
Hi, I have read through the XML data type methods nodes(), values(), exist() and modify() to shred,…
5 replies
I have an XML column in a SQL Server 2K8 database that houses test data. Each row in the table repr…
8 replies
How can I force the empty result set to XML format, so that empty nodesdisplay. E.g select a,b fro…
1 replies
Hi, I need to insert to SQL 2000 some data from an XML file. Using the code bellow is working fine …
1 replies
Hi, I am trying to parse this XML in SQL 2005. I have tried several different ways and have had no …
4 replies
Hi, DECLARE @xml XML DECLARE @QuestionCount INT DECLARE @Count INT SET @Count = 1 SET @xml = ' …
3 replies
Hi I was wondering if anyone can help me with my join. I am trying to select back a list of certif…
1 replies
This won't return any data. The chargeoffdate attribute is formatted YYYY-MM-DD. WITH XMLNAMESPAC…
1 replies
I can load a normal xml data into sql server table using SqlBulkCopy. But what do i need to do if t…
1 replies
Does anybody know a way to prevent SQL 2005 from entitizing the ampersand in a FOR XML statement? E…
3 replies
Hi all... I am working on an import/export XML process... Here's my process... Imported XML -> I…
1 replies
Viewing 15 topics - 436 through 450 (of 800 total)
You must be logged in to create new topics.