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
Access Form selecting specific records
Left Outer Join is not working- returns duplicate company names?
How do I use the silverlight video player?
Access 2007 runtime - instaled from package solution wizard - trusted locations
Cannot Open Volume For Direct Access in Sched CHKDSK
Required permissions cannot be acquired. .NET app error
Windows 98 SE - Registry - SharedDLLs - dword - purpose
Access vs Visual Fox Pro
PivotChart in form
Ms Access SQL - Read only tables