Archive for 11月 20th, 2016
SQL Server 2016 SP1 で変わる Edition 間の機能差
先日の 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 »
Docker で SQL Server vNext を実行してみる
今まで、SQL Server の Express Edition であれば、Windows Container で実行することができていました。
SQL Server 2016 Express Edition in Windows containers
SQL Server vNext になると、Linux / Windows / Mac の Docker でも動作するようになりました。
Run the SQL Server Docker image on Linux, Mac, or Windows
Ubuntu と Windows のコンテナーとして実行してみたいと思います。
# Mac はハード持っていないので…。