Topics
Started by
Posts
Last post
Hi all, I am trying to create a XML from a select statment using the clause "For XML Explicit" and …
2 replies
Hi, I need to read a XML file from a specific location from a stored proecedure, parse it and store…
3 replies
I have an xml file that is output from a sql server application each night. I need to edit the cont…
1 replies
How do return the actual value (>, <, =)? using for xml.
7 replies
Hello All, We've implemented a solution at work which allows users to query SQL Server with xpath …
1 replies
I have a stored procedure that I am using to do bulk inserts and updates I would like to do bulk de…
1 replies
Hello All. I am aware of the benefits of SQLXML. What are some of the down sides of us…
3 replies
I need to "laod" a new databae table with default information from an XML file. I understand that a…
1 replies
DECLARE @MyXML XML DECLARE @strMyXML varchar(2000) SET @MyXML='<ActorIdentity />' SET @s…
1 replies
I am trying to use FOR XML EXPLICIT to group records that are related. I want to achieve something …
2 replies
I have a table with 2 field ID INT ParentId INT Records like1, NULL 2,1 3,2 so basically "1" do not…
4 replies
I am trying to import an XML file into SQL Server 2000 as in http://www.sqlservercentral.com/column…
6 replies
Please help!!!! What is the output of running the above XSLT against the XML and why? <?xml vers…
2 replies
Please help!!! <a> <b>bar</b> <b>bar&…
1 replies
I Need uploading an XML file to SQL Server... The scipt should use MS SQL Server Bulk import capabi…
2 replies
Viewing 15 topics - 571 through 585 (of 800 total)
You must be logged in to create new topics.