XML and JSON Recipes for SQL Server A Problem-Solution Approach

Quickly find solutions to dozens of common problems encountered while using XML and JSON features that are built into SQL Server. Content is presented in the popular problem-solution format. Look up the problem that you want to solve. Read the solution. Apply the solution directly in your own code....

Full description

Bibliographic Details
Main Author: Grinberg, Alex. author (author)
Format: eBook
Language:Inglés
Published: Berkeley, CA : Apress 2018.
Edition:1st ed. 2018.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630163306719
Table of Contents:
  • Part I: XML in SQL Server
  • 1. Introducing XML
  • 2. Building XML
  • 3. Manipulating XML Files
  • 4. Shredding XML
  • 5. Modifying XML
  • 6. Filtering XML
  • 7. Improving XML Performance
  • Part II: JSON in SQL Server
  • 8. Constructing JSON
  • 9. Converting JSON to Row Sets
  • 10. Modifying JSON.