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
run-time error '-247352567 (80020009)': You can't assign a value to this object
Hi my website has a verisign certificate and it has secure payment integrated the certitifcate is expiring tomm. will i have any problem ?
VB.NET: how to highlight listview item and place on TOP
Unknown Function Name
Windows 2008R2 64bit server restarting unexpectedly
Excel formula needed
Directory.GetFiles() returns error "illegal charactes in path". Need workaround.
NTBACKUP ISSUE
Microsoft Dynamics GP 10 Not Responding during login - Hang
Need to open excel file through ASP Page(which is outside of App folder)