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
Receiving error when submitting data to SQL Server through asp.net vb
How to populate unbound controls on a continuous form in Access 2007
Exchange Migration - Exchange 2003 - Exchange 2007 - Old Hardware to New Hardware
Capture/crop non-rectangular objects in screenshots for use in PowerPoint 2007
Syntax for SQL subquery
Operation has timed out error while sending mail (above 2 MB) through C#.net
Exporting with TransferText and schema.ini
Save an Access Report as a PDF
Runtime error 2220
Virtualizing Backup Exec 12.5 on Hyper-V