Microsoft
Software
Hardware
Network
Question : Extract data from XML using sql server 2005Question
Having difficulty to extract data from XML document How do I extract all the values (GC Bidding / Pre-Design) and value of "pi" attribute from
tag?
GC Bidding
Pre-Designesc>
Answer : Extract data from XML using sql server 2005Question
declare @x xml
set @x = '
GC Bidding
Pre-Designc>
'
select t.c.value('.','varchar(50)
'),
t.c.value('./@pi','varchar
(50)')
from @x.nodes('/project-stage/t
itle-code/
stage-desc
') t(c)
Random Solutions
How can I convert or cast data in a query to an Access Database?
adding routes between two netkorks
XP Safe Mode Boot Hangs on hpdskflt.sys
SendObject email modal
how to open, review, and edit a .exe file?
How to Set Default Domain Controller? SBS 2003 / Exchange 2007
Strongly typed dataset Null Values Causes Exception
Macro running very slow
Inner join query not returning results using "LIKE" operator
You do not have exclusive access to the database at this time. If you proceed to make changes, you may not be able to save them later.