Wiley.com
Print this page Share

Professional SQL Server 2005 XML

ISBN: 978-0-7645-9792-3
Paperback
552 pages
January 2006
Professional SQL Server 2005 XML (0764597922) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Download (Code Replacement)
The content for this title has been posted and may be accessed via http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764597922.html
3/22/06
9 Error in Code
code at bottom of page, lines 3 and 4:
Xpen.MoveToFirstChild()
Xpen.MoveToNext()

should be:
xpn.MoveToFirstChild()
xpn.MoveToNext()
8/17/06
58 Error in Text
first line:
sys.sys. schemas

should be:
sys.schemas
6/26/06
97 Error in Text
first and 2nd paragraphs below the "XQuery Sorting" heading:
1st paragraph, line 1 (2 places) and line 2; 2nd pagraph line 1:
GROUP BY

should be:
ORDER BY
9/29/06
Back to Top