Topics
Started by
Posts
Last post
Run the following code in AdventureWorks DB ; WITH XMLNAMESPACES ( 'http://www.w3.org/TR/html4/' AS…
4 replies
By: califny
I do not understand why I am getting Nulls as a result set. can someone take a look at the followin…
3 replies
By: LutzM
Hello all, I am working on a task in which, I need to generate XML output out of a SQL Database. I …
4 replies
I dont have any knowledge of XML, i have a limted knowledge of SQL. although my lack of knlowedge i…
1 replies
By: lrosales
declare @FeatureList xml set @FeatureList = ' "true" "false" "true" "false" "true" "false" '…
3 replies
How to insert this value into the XML column without changing anything in the XML format. DECLARE @…
1 replies
USE AdventureWorks; GO SELECT ProductID, Name, Color FROM Production.Product WHERE ProductID = 1000…
4 replies
I am getting the following error when trying to assign a block of xml to an xml datatype in sql ser…
1 replies
Hi All, I was recommended here by a DBA friend who hates any sql involving 'for xml':). To make thi…
2 replies
I'm using a "for xml path('object'), root('root')" statement and was looking to add a timestamp att…
8 replies
Hi, I have XML data as below. I am using OpenXML to create tabulated data. How can I create a packe…
1 replies
Hello, Is it possible to get child & parent element in the same recordset while reading the da…
7 replies
*$199 SHARED 24MTHS AS PER AGREEEMENT PRE MAY. *BAN: 645938292 How can …
4 replies
Hi, I'm having a little problem writing a query against a table storing an XML data packet. Backgro…
8 replies
Hello, I have been trying to format an rdl to list all the sql data fields using xslt. All that see…
2 replies
Viewing 15 topics - 406 through 420 (of 800 total)
You must be logged in to create new topics.