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
winlogon log
Basic SQL question
Cannot joining a Windows server 2008 domain from xp computer
Windows XP sp3 file c:\windows\system32\driver<wbr />s\atapi.sy<wbr />s is open or in use by another application. close all applications and retry
Remote Desktop - Protection Policy
New DC Server 2008 Lots of Traffic
why do i get "No mapping for the Unicode character exists in the target multi-byte code page"
Access 2003/Excel 2003 - looping thru the printers object
Code to open a .csv file, edit and save
need to Trim and cast a string as a number