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
Windows form dialog box Refresh parent
Fixing - Cannot perform an aggregate function on an expression containing an aggregate
Exactly what does Compact and Repair do?
Delete all asp.net users with applicationId = xx
Using Radio buttons across multiple columns in GridView
How do I format text to diplay currency in VB?
How do i get XP OEM key off HP laptop?
Edit (OLE) Links in a PowerPoint presentation
DCOM got error "Logon failure" error on DC
How do you move controls in a Word 2007 template?