SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for the ‘SQL Server 2016’ tag

SQL Server 2016 CTP 2.2 の列ストアインデックス + メモリ最適化テーブルを使ってみる

leave a comment

SQL Server 2016 では列ストアインデックス (カラムストアインデックス : Columnstore Index) とメモリ最適化テーブル (In-Memory OLTP : Hekaton) を組み合わせて使用できるようになります。

シナリオとしては Columnstore Indexes for Operational Analytics となり、実用的なデータ分析をリアルタイムに実施するための仕組みになるかと思います。

SQL Server 2016 CTP Technical Deep Dive / Operational Analytics in SQL Server も参考になりますので、こちらも合わせて確認をするとよいかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 26th, 2015 at 3:52 pm

Posted in SQL Server

Tagged with ,

SQL Server 最新情報

leave a comment

■ドキュメント
– SQL Server 2016 –
SQL Server 2016
What’s New in SQL Server 2016
What’s New in Database Engine
SQL Server 2016 Release Notes?
SQL Server 2016 Service Pack 1release information
Features Supported by the Editions of SQL Server 2016

■モジュール
SQL Server Evaluations
Download SQL Server Management Studio
Download Latest SQL Server Data Tools
microsoft/mssql-server-windows
microsoft/mssql-server-linux
■動画
SQL Server Data Driven: Technical Deep Dive
Microsoft SQL Server 2016
Intelligent Apps & Data

Written by Masayuki.Ozawa

7月 26th, 2015 at 10:22 am

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.1 の SSMS の認証方式の追加についてのメモ

leave a comment

先日、SQL Server 2016 CTP 2.1 の SSMS を使っていて気づいたのですが、CTP 2.1 の SSMS では選択できる認証方式が追加されているようです。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 14th, 2015 at 11:54 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.1 の In-Memory OLTP を使ってみる

leave a comment

SQL Server 2016 では In-Memory OLTP (Hekaton) についても様々な機能強化が行われています。
詳細については In-Memory OLTP を参照していただければと。

ざっくりとではありますが機能拡張で簡単に障れる箇所を見てみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 5th, 2015 at 6:21 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.1 のインデックスの整理

3 comments

今まで、SQL Server 2016 CTP 2 について投稿してきて、メモリ最適化テーブルの検証をしようと思ったのですが、一度インデックスの種類の整理をしたいと思い閑話休題がてら。

調べてみたところ、以下のようになるのではと思います。

行ストア 列ストア メモリ最適化
クラスター化 非クラスター化 クラスター化 非クラスター化 ハッシュ 非クラスター化
行ストア クラスター化 ×
2016 から
×
非クラスター化
2016 から

2016 から
×
列ストア クラスター化 ×
2016 から
×
2016 から
非クラスター化
2016 から

2016 から
× ×
メモリ最適化 ハッシュ ×
2016 から
×
非クラスター化

 

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 4th, 2015 at 7:30 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.1 の列ストアインデックスを使ってみる

leave a comment

以前、SQL Server 2016 CTP 2.0 の列ストアインデックスの変更点 を投稿しましたが、今回の投稿では実際に使ってみたいと思います。
詳細については Columnstore Indexes Versioned Feature Summary を参照してください。
Read the rest of this entry »

Written by Masayuki.Ozawa

7月 1st, 2015 at 10:39 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.0 の列ストアインデックスの変更点

leave a comment

Columnstore Indexes Versioned Feature Summary に記載されていますが、SQL Server 2016 CTP 2.0 の列ストアインデックスの変更点をメモとして。
In-Memory OLTP とのくみあわせもあるので、この辺はじっくり適用ケースを考える必要が出てきそうですね。
# Hot / Warm / Cold データの用途別の階層化されたデータに対しての設計が今後重要になるかと。
Read the rest of this entry »

Written by Masayuki.Ozawa

6月 25th, 2015 at 8:42 am

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.1 がリリースされました

leave a comment

Announcing SQL Server Management Studio ? June 2015 Release
Download SQL Server Management Studio
SQL Server 2016 launches new rapid preview model with CTP 2.1
で、アナウンスがされていますが、SQL Server 2016 の CTP 2.1 がリリースされています。
SQL Server 2016 のページも情報が増えていましたのでこちらも合わせて確認するとよさそうです。
CTP 2.1 の変更については、SQL Server 2016 Release Notes から確認することができるようです。
SSMS については?Download SQL Server Management Studio から単体で入手できるようです。
Express Edition に完全版の SSMS が付きましたが、今後は単体で提供されるようですね。

  • New SSMS Installer – SSMS can now be installed with a light weight stand-alone web installer.

 
 

Written by Masayuki.Ozawa

6月 25th, 2015 at 7:46 am

Posted in SQL Server

Tagged with ,

SQL Database v12 で実装されている DDL の機能拡張が SQL Server 2016 CTP 2.0 に実装されているか

leave a comment

タイトルの通りですが、SQL Database v12 では、同一のエンジンの SQL Server 2014 (12.x 系) と比較して DDL に対して、いくつかの機能拡張が行われています。

SQL Server 2016 CTP 2.0 にも含まれているだろうな~と思ってはいたのですが、きちんと調べていなかったのでメモとして。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 24th, 2015 at 1:01 am

SQL Server 2016 CTP 2.0 向けの投稿で作成したサンプルスクリプト

leave a comment

これまでの投稿で SQL Server 2016 CTP 2.0 のサンプルスクリプトをいくつか作成しましたが、デモで使えるかと思って以下にまとめてみました。

まだ、触れていない機能がいくつかありますがそちらについても触れたら随時追加していきたいと思います。

Written by Masayuki.Ozawa

6月 23rd, 2015 at 11:35 pm

Posted in SQL Server

Tagged with