Viewing 15 posts - 16 through 30 (of 74 total)
Thanks but
sorry dude i was after an xsl stuff
June 23, 2009 at 10:21 pm
finally got it:
So the tab.col were just aliases
select tab.col.value('@id[1]','varchar(30)') as name
from myXML cross apply xml_data.nodes('books/book') tab (col)
sorry for this
select myXML.xml_data.value('name[1]','varchar(30)')
from myXML cross apply xml_data.nodes('books/book/name') myXML (xml_data)
I tried this and still...
June 10, 2009 at 2:27 am
Thanks Adi
I'm quite confused.
I have a table called myXML.with a column name called xml_data
and in this column i have:
abc
...
June 10, 2009 at 1:57 am
Its
abc
pqr
Thanks
June 10, 2009 at 12:51 am
Lynn..
I don't know what else to write.
I have a query that has 3 tables joined that result in a resultset.
I can't use this query because it won't work with this...
June 1, 2009 at 8:14 pm
Thanks kshitij
But i can't see any difference in the code i posted with the one you posted?
Am i blind 🙂
April 15, 2009 at 4:36 am
Yeah i know you can query sql data via excel etc..
But the people who need the data are not in our network.
The data needs to be send in interval across...
March 18, 2009 at 12:13 am
Gosta i know and i feel u.
I would def could have done this easier using SSIS.
Thanks
March 18, 2009 at 12:10 am
Need more info.
Can BCP export to excel.
About xp_cmdshell
thanks in advance
March 16, 2009 at 1:59 am
Thx Guys..
March 9, 2009 at 8:50 pm
Hi,
the SQL Agent Service is running under NETWORK SERVICE.
Is Local System the way to go?
Please elaborate
Thanks
----------------------------------------------------------------------------
Hello,
Under which Account does the SQL Agent Service run? Perhaps...
February 4, 2009 at 3:56 am
tfifield ,
I know and it was my fault.I didn't think right when i posted it.It was just a quick code sample
.Its all fixed and all was fine as i posted...
November 27, 2008 at 6:46 pm
Viewing 15 posts - 16 through 30 (of 74 total)