Pro SQL Server 2008 XML and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $7.20 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Pro SQL Server 2008 XML (Expert's Voice)
 
 
Start reading Pro SQL Server 2008 XML on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Pro SQL Server 2008 XML (Expert's Voice) [Paperback]

Michael Coles (Author)
4.7 out of 5 stars  See all reviews (6 customer reviews)

List Price: $59.99
Price: $48.34 & this item ships for FREE with Super Saver Shipping. Details
You Save: $11.65 (19%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 7 left in stock--order soon (more on the way).
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $36.96  
Hardcover --  
Paperback $48.34  
Sell Back Your Copy for $7.20
Whether you buy it used on Amazon for $28.90 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $7.20.
Used Price$28.90
Trade-in Price$7.20
Price after
Trade-in
$21.70

Book Description

1590599837 978-1590599839 May 19, 2008 1

Pro SQL Server 2008 XML is one of a very few books to go deeply into SQL Server's increasingly extensive XML feature-set. XML is a critical technology in today's world, and SQL Server developers and administrators cannot afford ignorance of what XML has to offer in that area. Readers will want Michael Coles' excellent book to keep their skill set current with what SQL Server has to author. Michael delivers in spades, giving a clear explanation not only of XML in SQL Server, but also by touching on the broader picture of how Microsoft's XML feature set relates to international standards.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Pro SQL Server 2008 XML (Expert's Voice) + Pro SQL Server 2008 Service Broker (Books for Professionals by Professionals) + SQL Server 2008 Query Performance Tuning Distilled (Expert's Voice in SQL Server)
Price For All Three: $128.98

Show availability and shipping details

Buy the selected items together


Editorial Reviews

About the Author

Michael Coles has over a decade’s experience designing and administering SQL Server databases. A prolific writer of articles on all aspects of SQL Server, particularly on the expert use of T-SQL, he holds MCDBA and MCP certifications. He received a bachelor’s of science (magna cum laude) in information technology from American Intercontinental University. A member of the United States Army Reserve, he was activated for two years following 9/11.


Product Details

  • Paperback: 496 pages
  • Publisher: Apress; 1 edition (May 19, 2008)
  • Language: English
  • ISBN-10: 1590599837
  • ISBN-13: 978-1590599839
  • Product Dimensions: 9.2 x 7.5 x 1.2 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #462,946 in Books (See Top 100 in Books)

More About the Author

Michael Coles is a principal database architect and developer working out of New York. He has authored several books, published dozens of articles on SQL Server development topics (both online and in print), and regularly speaks at SQL Server user groups. He has been recognized as a Microsoft MVP for his work with SQL Server and contributions to the development community. He holds multiple Microsoft certifications including MCITP:Database Development 2008 and MCDBA. Michael currently lives in New Jersey. His blog can be found at http://sqlblog.com/blogs/michael_coles/.

 

Customer Reviews

6 Reviews
5 star:
 (5)
4 star:    (0)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

6 of 6 people found the following review helpful:
5.0 out of 5 stars Ultimate XML Reference for SQL Server 2008, June 23, 2008
By 
A. Rocco (New York, NY) - See all my reviews
(REAL NAME)   
This review is from: Pro SQL Server 2008 XML (Expert's Voice) (Paperback)
The Pro SQL Server 2008 XML book dives right into the details of XML from the first page. This book was written by a developer for developers, and the author goes to great lengths to demonstrate all the concepts presented in the book. In my opinion, this book scores highly in many areas.

The author assumes a basic knowledge of SQL, but he thoroughly explains every step of SQL Server's XML functionality along the way. The book even compares and contrasts the SQL Server implementation of XML to the W3C and ISO standards, pointing out where the SQL Server implementation differs.

However, while the book assumes this basic understanding, any developer interested in getting the most out of SQL Server's XML functions will find the book both informative and enjoyable. The author goes to great lengths to explain XML and why it's relevant in the database. This is absolutely the best reference for SQL Server XML that I've seen.


The author provides what he calls "Cross-Platform Tips" at various points to call attention to limitations of the SQL Server implementation, or areas where it differs from the standards. These types of tips, generously portioned throughout the book, are designed to keep people from wasting hours trying to figure out why the XQuery code sample they copied from the Internet (or some other source) isn't working as advertised on SQL Server. While this book is written for SQL Server 2008, much of the functionality described works with (or is similar to) SQL Server 2005 functionality (as the author points out, some notable exceptions include the added support for Geography Markup Language "GML", and the FLWOR statement "let" clause). As the book explains, the difference between SQL Server 2005 XML functionality and SQL Server 2008 XML functionality is not nearly as large as the leap was from SQL 2000 to 2005. New SQL Server 2008 features aside, this book works equally well as a reference to SQL Server 2005 XML functionality!



Another thing I like about this book is that the author builds on the code samples from one chapter to the next. There is a particularly detailed example of a hierarchical "bill of materials" that the author continually adds newly introduced functionality to over the course of a few chapters. He uses this example to demonstrate how to layer XML functionality to build an intricate application from a very basic premise. I really like the fact that this book provides examples and addresses the problems that most books go out of their way to avoid. Where many books give you a simple top-down hierarchical organization chart that's been done 100 times by 100 different people, this book gives you recursive XML Schemas. Instead of just rehashing the well-advertised SQL Server limitation that Document Type Definitions can't be used to validate your XML this book gives you working examples of code to get around the issue. The book provides many more real world examples, with some pretty intriguing ideas as well (like grabbing an XML RSS feed or searching eBay directly from SQL Server). A nice bonus: Almost all examples are designed to run directly in the AdventureWorks 2008 sample database, and all are freely downloadable from the publisher's website.



And this book doesn't just stop at the server. The author provides analysis of client-side tools including LINQ to XML, SQLXML, HTTP SOAP Endpoints, and a wide supporting cast of XML support tools - many that are provided "out of the box" with SQL Server.


This is the ultimate reference for all things XML on SQL Server 2008.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent!. Finally a book that brings so many answers to your questions!!, June 12, 2008
This review is from: Pro SQL Server 2008 XML (Expert's Voice) (Paperback)
I was amazed to see how well this book explain the concept of Spatial Data and all different techniques of loading and transforming XML from diverse format and systems. It shows so many examples at a very granular level. This book is a "must read" for everyone that has any interest on learning great powerful XML techniques on SQL Server 2008. It is definitely great!

Rosa Lopez
MS Information Systems
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
3.0 out of 5 stars Kindle experience, October 24, 2009
I have been reading this book on a Kindle and it works but it is not excellent. The structure of the book is good you get explanation of XML and how it works. The problem I feel I would like to have a more "concentrated" book. in this book XML XSD XSLT etc should be explained but the language in the book is as it is in many computer books a little bit to talkative. I would preffer a book that focus on SQL Servers implementation of XML and not in a half stringent way tries to explain XSD et al.

Reading in a Kindle I would like to have more links, better pictures (Kindle support for zooming in picture is not good), a more compact book where .query is explained in just one place.

I recommend the book but there are areas that can be improved.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
infinite loop, pinch bolt, bulk insert task, launch date, singleton atomic values, exterior bounding ring, interior bounding rings, geography data types, xml data type methods, insert updategram, typed xml instance, default element namespace, xml data type column, delete updategram, model group definitions, graphical query plan, rowset provider, xml column, static analysis phase, numeric predicates, insignificant white space, data type nodes, schema collections, current context node, xml variable
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Result Name, Apple Inc, Bulk Load, Visual Studio, Microsoft Corp, Compiled Plan Adhoc, Data Model, Server Central, Table Valued Function, United States, Nested Loops, Filesyvlicro Microsoft, Bike Repair, Microsoft Way, Sam Raimi, Road Frame, Simple Object Access Protocol, Cross-Platform Tip, Bill of Materials, Dow Jones Industrial Average, Schema Definition, New York City, Method Example, Common Language Runtime, Clustered Index Seek
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject