SQL Server2012 新特性




    陳泓翔

    部落格 :RiCo 技術農場
大綱

• 10 大重點新特性簡介
• SSMS 新特性
• 自主資料庫 (Contained Databases)
• 資料行存放區索引 (ColumnStore Index)
TOP10
• AlwaysOn(HADR Service)
• SQL Server Data Tools
• Columnstore Indexes(Apollo)
• Power View(Crescent)
• FileTable
• Integration Improvements(DQS)
• Contained databases
• T-SQL enhancements
•   Support for Windows Server Core

• Change data capture (CDC) for Oracle
SSMS 新特性概述
          以 VS2010 為基礎改寫
        支援多螢幕
        程式碼片段管理員
        Zoom
        IntelliSense 加強
        擴充事件 UI 支援
        工作清單
        循環剪貼 ( 剪貼環 )
        範圍陳述式
        除錯加強
自主資料庫概述
      搬移資料庫更簡單
      切割執行個體組態關聯性
                執行個體和使用者資料庫定
     序
            自主驗證 ( 無須 Logins)
      切割執行個體和 tempdb 定
         序相依性
                導入目錄定序的概念
            (CATALOG_DEFAULT)
         Latin1_General_100_CI_AS_WS_KS_SC

      部分自主
           檢視有關非內含物件
         (sys.dm_db_uncontained_entities)
Contained Databases(CDB)
資料行存放區索引概述
       提高查詢效能
        Data Warehouse(OLAP)
       以欄位為單位的儲存方法
       (Columnstore)
       提高緩衝命中率
       減少 I/O 讀取
       較佳平行運算能力
       資料壓縮度較高
       Batch Mode Process(CPU
        多核心 )
相關限制
                     基本限制
       資料表將變成唯讀
       無法使用過濾條件
       一個資料表只能有一個 ColumnStore
       無法在檢視表或索引檢視表上建立
       ColumnStore 不能使用 include
        只能非叢集、不能是唯一索引
       索引不能使用排序 (ASC 或  DESC 關鍵
       字)
                       資料類型限制
       binary 、 varbinary 、 ntext 、 text 及  ima
       ge
       varchar(max) 及 nvarchar(max)
       Uniqueidentifier
       rowversion ( 及  timestamp)
       有效位數大於 18 個位數
       的  decimal ( 和  numeric)
       有效位數大於 2 的  datetimeoffset
       自訂 CLR 類型
       xml
查詢限制
彙總
群組
聯結多個資料表
星型聯結 (Star Joins)
Ps: 一些較耗時查詢 ( 資料夠大 )
才可使用批次處理,否則只享受
到資料壓縮和讀取較少資料行優
點。
資料行存放區索引
S QL S erver 2012 相關資源
• 線上叢書 (TechNet)
    http://technet.microsoft.com/zh-tw/library/bb418433(SQL.10).aspx

• SQL2012 下載
    http://www.microsoft.com/download/en/details.aspx?id=29066

• TechNet 論壇
•   http://social.technet.microsoft.com/forums/zh-TW/categories/
謝謝大家

20120324 sql server 2012新特性by_rico

  • 1.
    SQL Server2012 新特性 陳泓翔 部落格 :RiCo 技術農場
  • 2.
    大綱 • 10 大重點新特性簡介 •SSMS 新特性 • 自主資料庫 (Contained Databases) • 資料行存放區索引 (ColumnStore Index)
  • 3.
    TOP10 • AlwaysOn(HADR Service) •SQL Server Data Tools • Columnstore Indexes(Apollo) • Power View(Crescent) • FileTable • Integration Improvements(DQS) • Contained databases • T-SQL enhancements • Support for Windows Server Core • Change data capture (CDC) for Oracle
  • 4.
    SSMS 新特性概述 以 VS2010 為基礎改寫 支援多螢幕 程式碼片段管理員 Zoom IntelliSense 加強 擴充事件 UI 支援 工作清單 循環剪貼 ( 剪貼環 ) 範圍陳述式 除錯加強
  • 5.
    自主資料庫概述  搬移資料庫更簡單  切割執行個體組態關聯性 執行個體和使用者資料庫定 序 自主驗證 ( 無須 Logins)  切割執行個體和 tempdb 定 序相依性 導入目錄定序的概念 (CATALOG_DEFAULT) Latin1_General_100_CI_AS_WS_KS_SC  部分自主 檢視有關非內含物件 (sys.dm_db_uncontained_entities)
  • 6.
  • 7.
    資料行存放區索引概述  提高查詢效能 Data Warehouse(OLAP)  以欄位為單位的儲存方法 (Columnstore)  提高緩衝命中率  減少 I/O 讀取  較佳平行運算能力  資料壓縮度較高  Batch Mode Process(CPU 多核心 )
  • 8.
    相關限制 基本限制 資料表將變成唯讀 無法使用過濾條件 一個資料表只能有一個 ColumnStore 無法在檢視表或索引檢視表上建立 ColumnStore 不能使用 include  只能非叢集、不能是唯一索引 索引不能使用排序 (ASC 或  DESC 關鍵 字) 資料類型限制 binary 、 varbinary 、 ntext 、 text 及  ima ge varchar(max) 及 nvarchar(max) Uniqueidentifier rowversion ( 及  timestamp) 有效位數大於 18 個位數 的  decimal ( 和  numeric) 有效位數大於 2 的  datetimeoffset 自訂 CLR 類型 xml
  • 9.
    查詢限制 彙總 群組 聯結多個資料表 星型聯結 (Star Joins) Ps:一些較耗時查詢 ( 資料夠大 ) 才可使用批次處理,否則只享受 到資料壓縮和讀取較少資料行優 點。
  • 10.
  • 11.
    S QL Server 2012 相關資源 • 線上叢書 (TechNet) http://technet.microsoft.com/zh-tw/library/bb418433(SQL.10).aspx • SQL2012 下載 http://www.microsoft.com/download/en/details.aspx?id=29066 • TechNet 論壇 • http://social.technet.microsoft.com/forums/zh-TW/categories/
  • 12.

Editor's Notes

  • #7 03/26/12 20:10 © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.