Apress - Pro SQL Server 2008 XML (2008)01
Số trang: 30
Loại file: pdf
Dung lượng: 642.08 KB
Lượt xem: 7
Lượt tải: 0
Xem trước 3 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Apress - Pro SQL Server 2008 XML (2008)01
Nội dung trích xuất từ tài liệu:
Apress - Pro SQL Server 2008 XML (2008)01The eXPeRT’s VOIce ® In sQL seRVeRProSQL Server2008 XML The essential guide to managing and programming with XML in a SQL Server environment.Michael ColesForeword by Michael Rys,Principal Program Manager, MicrosoftPro SQL Server2008 XMLMichael ColesPro SQL Server 2008 XMLCopyright © 2008 by Michael ColesAll rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,electronic or mechanical, including photocopying, recording, or by any information storage or retrievalsystem, without the prior written permission of the copyright owner and the publisher.ISBN-13: 978-1-59059-983-9ISBN-10: 1-59059-983-7ISBN-13 (electronic): 978-1-4302-0630-9ISBN-10 (electronic): 1-4302-0630-6Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrenceof a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademarkowner, with no intention of infringement of the trademark.Altova® and XMLSpy® are trademarks or registered trademarks of Altova GmbH, and are registered innumerous countries.Lead Editor: Jonathan GennickTechnical Reviewer: Fabio Claudio FerracchiatiEditorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom WelshProject Manager: Kylie JohnstonCopy Editor: Kim BenbowAssociate Production Director: Kari Brooks-CoponyProduction Editor: Liz BerryCompositor/Artist: Kinetic Publishing Services, LLCProofreader: April EddyIndexer: Becky HornyakCover Designer: Kurt KramesManufacturing Director: Tom DebolskiDistributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, orvisit http://www.springeronline.com.For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley,CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com, or visit http://www.apress.com.Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use.eBook versions and licenses are also available for most titles. For more information, reference our SpecialBulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales.The information in this book is distributed on an “as is” basis, without warranty. Although every precautionhas been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability toany person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectlyby the information contained in this work.The source code for this book is available to readers at http://www.apress.com.For Devoné and RebeccaContents at a GlanceForeword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvAbout the Author . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xviiAbout the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xixAcknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiii■CHAPTER 1 Enter XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1■CHAPTER 2 FOR XML and Legacy XML Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17■CHAPTER 3 The xml Data Type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61■CHAPTER 4 XML Schema Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83■CHAPTER 5 XQuery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115■CHAPTER 6 XQuery Functions and Operators and XML DML . . . . . . . . . . . . . . . . 153■CHAPTER 7 Indexing XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177■CHAPTER 8 XSLT and the SQLCLR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193■CHAPTER 9 HTTP SOAP Endpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231■CHAPTER 10 .NET XML Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245■CHAPTER 11 Spatial Data and GML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275■CHAPTER 12 SQLXML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295■CHAPTER 13 LINQ to XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319■CHAPTER 14 XML Support Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341■APPENDIX A W3C and Other References. . . . . . . . . . . . . . . . . . . . . . . . ...
Nội dung trích xuất từ tài liệu:
Apress - Pro SQL Server 2008 XML (2008)01The eXPeRT’s VOIce ® In sQL seRVeRProSQL Server2008 XML The essential guide to managing and programming with XML in a SQL Server environment.Michael ColesForeword by Michael Rys,Principal Program Manager, MicrosoftPro SQL Server2008 XMLMichael ColesPro SQL Server 2008 XMLCopyright © 2008 by Michael ColesAll rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,electronic or mechanical, including photocopying, recording, or by any information storage or retrievalsystem, without the prior written permission of the copyright owner and the publisher.ISBN-13: 978-1-59059-983-9ISBN-10: 1-59059-983-7ISBN-13 (electronic): 978-1-4302-0630-9ISBN-10 (electronic): 1-4302-0630-6Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrenceof a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademarkowner, with no intention of infringement of the trademark.Altova® and XMLSpy® are trademarks or registered trademarks of Altova GmbH, and are registered innumerous countries.Lead Editor: Jonathan GennickTechnical Reviewer: Fabio Claudio FerracchiatiEditorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom WelshProject Manager: Kylie JohnstonCopy Editor: Kim BenbowAssociate Production Director: Kari Brooks-CoponyProduction Editor: Liz BerryCompositor/Artist: Kinetic Publishing Services, LLCProofreader: April EddyIndexer: Becky HornyakCover Designer: Kurt KramesManufacturing Director: Tom DebolskiDistributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, orvisit http://www.springeronline.com.For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley,CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com, or visit http://www.apress.com.Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use.eBook versions and licenses are also available for most titles. For more information, reference our SpecialBulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales.The information in this book is distributed on an “as is” basis, without warranty. Although every precautionhas been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability toany person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectlyby the information contained in this work.The source code for this book is available to readers at http://www.apress.com.For Devoné and RebeccaContents at a GlanceForeword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvAbout the Author . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xviiAbout the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xixAcknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiii■CHAPTER 1 Enter XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1■CHAPTER 2 FOR XML and Legacy XML Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17■CHAPTER 3 The xml Data Type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61■CHAPTER 4 XML Schema Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83■CHAPTER 5 XQuery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115■CHAPTER 6 XQuery Functions and Operators and XML DML . . . . . . . . . . . . . . . . 153■CHAPTER 7 Indexing XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177■CHAPTER 8 XSLT and the SQLCLR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193■CHAPTER 9 HTTP SOAP Endpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231■CHAPTER 10 .NET XML Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245■CHAPTER 11 Spatial Data and GML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275■CHAPTER 12 SQLXML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295■CHAPTER 13 LINQ to XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319■CHAPTER 14 XML Support Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341■APPENDIX A W3C and Other References. . . . . . . . . . . . . . . . . . . . . . . . ...
Tìm kiếm theo từ khóa liên quan:
Cơ sở dữ liệu Quản trị mạng Hệ điều hành Công nghệ thông tin Tin họcGợi ý tài liệu liên quan:
-
Giáo trình Lý thuyết hệ điều hành: Phần 1 - Nguyễn Kim Tuấn
110 trang 450 0 0 -
52 trang 426 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 376 6 0 -
24 trang 351 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 309 0 0 -
74 trang 292 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 289 0 0 -
13 trang 289 0 0
-
96 trang 288 0 0