XML and JSON Recipes for SQL Server: A Problem-Solution Approach
            
暫譯: SQL Server 的 XML 與 JSON 食譜:問題解決方法
        
        Alex Grinberg
- 出版商: Apress
- 出版日期: 2017-12-19
- 定價: $1,980
- 售價: 8.0 折 $1,584
- 語言: 英文
- 頁數: 289
- 裝訂: Paperback
- ISBN: 1484231163
- ISBN-13: 9781484231166
- 
    相關分類:
    
      全文搜尋引擎 Full-text-search
 
立即出貨 (庫存 < 3)
買這商品的人也買了...
- 
                
                   SQL Server 2012 資料庫管理實務 SQL Server 2012 資料庫管理實務$600$474
- 
                
                   演算法, 4/e (Algorithms, 4/e) 演算法, 4/e (Algorithms, 4/e)$779$740
- 
                
                   $414Angular 從零到一 $414Angular 從零到一
- 
                
                   $654Angular 權威教程 $654Angular 權威教程
- 
                
                   $1,848Usage-Driven Database Design: From Logical Data Modeling through Physical Schema Definition $1,848Usage-Driven Database Design: From Logical Data Modeling through Physical Schema Definition
- 
                
                   $528收穫,不止 SQL 優化 — 抓住 SQL 的本質 $528收穫,不止 SQL 優化 — 抓住 SQL 的本質
- 
                
                   $312Web API 的設計與開發 (Web API : the Good Parts) $312Web API 的設計與開發 (Web API : the Good Parts)
- 
                
                   $2,043The Definitive Guide to DAX: Business intelligence with Microsoft Excel, SQL Server Analysis Services, and Power BI, 2/e (Paperback) $2,043The Definitive Guide to DAX: Business intelligence with Microsoft Excel, SQL Server Analysis Services, and Power BI, 2/e (Paperback)
- 
                
                   $327算法設計與分析基礎, 3/e (Introduction to the Design and Analysis of Algorithms, 3/e) $327算法設計與分析基礎, 3/e (Introduction to the Design and Analysis of Algorithms, 3/e)
- 
                
                   Python 輕鬆學:遊戲設計初體驗 (暢銷回饋版) (Adventures in Python) Python 輕鬆學:遊戲設計初體驗 (暢銷回饋版) (Adventures in Python)$380$296
- 
                
                   Python 最強入門邁向頂尖高手之路 -- 王者歸來 (全彩版) Python 最強入門邁向頂尖高手之路 -- 王者歸來 (全彩版)$1,000$790
- 
                
                   優化 SQL|語法與資料庫的最佳化應用 優化 SQL|語法與資料庫的最佳化應用$450$383
- 
                
                   $454精通 Tableau 商業數據分析與可視化 $454精通 Tableau 商業數據分析與可視化
- 
                
                   Learn Grafana 7.0: A beginner's guide to getting well versed in analytics, interactive dashboards, and monitoring Learn Grafana 7.0: A beginner's guide to getting well versed in analytics, interactive dashboards, and monitoring$2,390$2,271
- 
                
                   QEMU/KVM 源碼解析與應用 QEMU/KVM 源碼解析與應用$1,008$958
- 
                
                   $1,480The Art of Network Penetration Testing: How to Take Over Any Company in the World $1,480The Art of Network Penetration Testing: How to Take Over Any Company in the World
- 
                
                   The Algorithm Design Manual, 3/e (Hardcover) The Algorithm Design Manual, 3/e (Hardcover)$3,500$3,325
- 
                
                   $653分佈式製造系統智能協調控制理論與模型 $653分佈式製造系統智能協調控制理論與模型
- 
                
                   統計學習要素:機器學習中的數據挖掘、推斷與預測, 2/e (The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2/e) 統計學習要素:機器學習中的數據挖掘、推斷與預測, 2/e (The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2/e)$954$906
- 
                
                   Enterprise Application Development with C# 9 and .NET 5: Enhance your C# and .NET skills by mastering the process of developing professional-grade web Enterprise Application Development with C# 9 and .NET 5: Enhance your C# and .NET skills by mastering the process of developing professional-grade web$1,600$1,520
- 
                
                   白話演算法!培養程式設計的邏輯思考 (Grokking Algorithms: An illustrated guide for programmers and other curious people) 白話演算法!培養程式設計的邏輯思考 (Grokking Algorithms: An illustrated guide for programmers and other curious people)$520$468
- 
                
                   大話 AWS 雲端架構:雲端應用架構圖解輕鬆學, 3/e 大話 AWS 雲端架構:雲端應用架構圖解輕鬆學, 3/e$650$507
- 
                
                   $662Amazon Web Services 雲計算實戰, 2/e $662Amazon Web Services 雲計算實戰, 2/e
- 
                
                   $308系統架構設計簡明指南 $308系統架構設計簡明指南
- 
                
                   MCP 原理與實戰:高效 AI Agent 智能體開發 MCP 原理與實戰:高效 AI Agent 智能體開發$594$564
商品描述
- Build XML and JSON objects in support of automation and data transfer
- Import and parse XML and JSON from operating system files
- Build appropriate indexes on XML objects to improve query performance
- Move data from query result sets into JSON format, and back again
- Automate the detection of database performance problems by querying and parsing the database’s own execution plans
- Replace external and manual JSON processes with SQL Server's internal, JSON functionality
商品描述(中文翻譯)
快速找到在使用 SQL Server 內建的 XML 和 JSON 功能時遇到的數十個常見問題的解決方案。內容以流行的問題-解決方案格式呈現。查找您想解決的問題。閱讀解決方案。直接在自己的代碼中應用解決方案。問題解決!
本書展示了如何利用 XML 和 JSON 來共享數據和自動化任務。JSON 通常用於在數據庫和前端應用程序之間來回移動數據,這些應用程序通常在瀏覽器中運行。本書涵蓋了您需要了解的所有有關將查詢結果轉換為 JSON 格式及其反向轉換的知識。此外,還介紹了將數據進出 XML 格式的過程和技術,這對於商業智能和其他目的非常重要,例如在將數據從報告系統轉移到數據倉庫,或在不同數據庫品牌之間轉移數據(例如 SQL Server 和 Oracle 之間)。
微軟在 SQL Server 及許多相關產品中廣泛實施 XML。執行計劃以 XML 格式生成,本書將向您展示如何解析這些計劃並自動檢測性能問題。相對較新的擴展事件(Extended Events)功能將追蹤數據寫入 XML 文件,本書中的配方有助於解析這些文件。
XML 也用於 SQL Server 的商業智能工具集,包括 SSIS、SSR 和 SSAS。XML 用於許多配置文件,甚至在 DDL 觸發器的構建中也有應用。在閱讀本書時,您將深入了解構建和解析 XML 以及 JSON 的功能,JSON 是一種特定格式的 XML,用於在數據庫和其前端應用程序之間以網頁友好的格式傳輸對象。
**您將學到什麼**
- 構建 XML 和 JSON 對象以支持自動化和數據傳輸
- 從操作系統文件中導入和解析 XML 和 JSON
- 在 XML 對象上構建適當的索引以改善查詢性能
- 將查詢結果集中的數據轉換為 JSON 格式,並反向轉換
- 通過查詢和解析數據庫自身的執行計劃自動檢測數據庫性能問題
- 用 SQL Server 的內部 JSON 功能替代外部和手動的 JSON 處理過程
**本書適合誰**
數據庫管理員、.NET 開發人員、商業智能開發人員以及希望在 SQL Server 數據庫環境中深入了解 XML 和 JSON 的其他專業人士。網頁開發人員將特別發現本書對於將數據庫結果集轉換為可傳輸到前端網頁應用程序的 JSON 文本的涵蓋內容非常有用。

 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    