all groups > sql server (alternate) > march 2006 >
You're in the

sql server (alternate)

group:

Where to write XQuery statements?



Where to write XQuery statements? Shilpa
3/27/2006 3:50:00 AM
sql server (alternate): Where to write XQuery statements?
Re: Where to write XQuery statements? Jens
3/27/2006 4:37:10 AM
Hi,

don=B4t understand your question ? Where you can use it ? For example
you can use it in selecting different nodes from an XML data(type).


EVENTDATA().value('(/EVENT_INSTANCE/ObjectName)[1]','nvarchar(max)')

HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---
Re: Where to write XQuery statements? Shilpa
3/27/2006 7:15:33 PM
[quoted text, click to view]

Hey Jens,
Thanks for the reply
I want to know in which editor would you write the statement?
Can you write it in Query Analyser of SQL Server 2005??

Regards,
Shilpa
Re: Where to write XQuery statements? Hugo Kornelis
3/28/2006 9:15:43 PM
[quoted text, click to view]

Hi Shilpa,

You can write both your SQL statements and your XQuery statements
anywhere you like - Query Analyser, Management Studio, Word, Notepad,
etc - it doesn't matter.

--
AddThis Social Bookmark Button