先日の Connect(); 2016 で SQL Server 2016 SP1 が発表されました。
アナウンス
- SQL Server 2016 Service Pack 1 (SP1) released !!!
- SQL Server 2016 Service Pack 1 release information
機能紹介
ブログ
Tiger Team
- Developers Choice: CREATE OR ALTER
- Developers choice: Columnstore index in Standard and Express Edition with SQL Server 2016 (SP1)
- SQL Server 2016 SP1: Things you should know
- Developers Choice: USE HINT query hints
- Developers Choice: Programmatically identify LPIM and IFI privileges in SQL Server
- Developers Choice: Query progress ? anytime, anywhere
- Extended per-operator level performance stats for Query Processing
- SQL Server 2016 SP1: Know your limits
SQL Server Database Engine
- CREATE OR ALTER ? another great language enhancement in SQL Server 2016 SP1
- In-Memory OLTP in Standard and Express editions, with SQL Server 2016 SP1
- Columnstore Index: Standard and Express editions with SQL Server 2016 SP1
- Transaction Commit latency acceleration using Storage Class Memory in Windows Server 2016/SQL Server 2016 SP1
SQL Server Reporting Services Team
これにより SQL Server の Edition 間の機能差が大きく変わりましたので一度まとめてみたいと思います。
今まで、Enterprise Edition のみの機能を使用しているかを確認する際に、sys.dm_db_persisted_sku_features を使用することがありましたが、今回の SP1 の変更により、以降は、この DMV からではなく、SQL Server 2016 SP1: Things you should know の方法を使用する必要があるようです。
Read the rest of this entry »