Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning XQuery() in SQL server

SQL server 2008 sp2

I am a beginner and finding that XQuery syntax especially XPath very challenging. For e.g. trying to use various xml methods like exists(), nodes(), value() etc….

Is there a good tutorial online or book you recommnded?

like image 215
cshah Avatar asked Dec 03 '10 20:12

cshah


2 Answers

Introduction to XQuery in SQL Server 2005

  • http://msdn.microsoft.com/en-us/library/ms345122%28SQL.90%29.aspx
like image 133
Abe Miessler Avatar answered Sep 28 '22 01:09

Abe Miessler


I found the XQuery Labs at Beyondrelational.com very useful also add the following links to your bookmarks:

  • XML Data Modification Language (XML DML) (MSDN)
  • XQuery Language Reference (Database Engine) (MSDN)
like image 23
Dog Ears Avatar answered Sep 28 '22 00:09

Dog Ears