SE の雑記

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

Archive for the ‘SQL Server 2016’ tag

SQL Server 2016 CTP 2.0 の Temporal Table を使ってみる

one comment

SQL Server 2016 では Temporal Table というシステムバージョン管理されたテーブルを作成することができます。
Temporal Table ではすべての行情報のバージョニングを行うテーブルとなり、データがどのように更新されているか等を確認することができます。
詳細については Temporal TablesCREATE TABLE (Transact-SQL) を参照してください。
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 30th, 2015 at 6:24 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.0 のライブクエリ統計を使ってみる

leave a comment

SQL Server 2016 CTP 2.0 の SSMS では、クエリ実行時に「ライブクエリ統計」(Live Query Stats : ライブ実行プラン) を使用することができます。
これについては CTP 2.0 の SSMS で SQL Database に接続した際にも使用することができるようです。
詳細は Live Query Statistics を参照していただければと。
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 30th, 2015 at 2:13 pm

SQL Server 2016 CTP 2.0 のクエリ ストアを使ってみる

one comment

SQL Server 2016 CTP 2.0 / SQL Database v12 で使用できるクエリ ストア (Query Store) の情報について軽くまとめてみたいと思います。
詳細については Monitoring Performance By Using the Query Store からの一連の情報を確認いただければと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 30th, 2015 at 12:55 pm

SQL Server 2016 CTP 2.0 のインストール時に気付いたこと

leave a comment

SQL Server 2016 CTP2 のインストール時に気付いたことを。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 28th, 2015 at 10:21 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP2 の提供開始が開始されました

leave a comment

こちらから ダウンロードできます。
image

CTP 2 、日本語版もあるようですね。

ドキュメントは こちら から。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 28th, 2015 at 7:30 am

Posted in SQL Server

Tagged with ,