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
Setting user-level passwords on Access 2000
Quick Launch Menu is missing - Basic Page
Any way to use old printer on Windows 7
Concatenate columns in Excel using Macro or VB Script
Extract OLE Object from an MS Access database
Executing a test via a BATCH file
MS Access + You entered an expression that has no value
Join Access files within one folder
Win2k flash player install
Microsoft Windows 2003 Remote Desktop has stopped working