SE の雑記

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

Archive for 5月, 2015

SQL Server 2016 CTP 2.0 の Always Encrypted を使ってみる

one comment

SQL Server 2016 では、常に暗号化した状態でデータをを扱う Always Encrypted を使用することができます。
この機能を少し試してみました。

詳細については、Always Encrypted (Database Engine) を参照してください。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 31st, 2015 at 7:32 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 CTP 2.0 の Backup to Microsoft Azure を使ってみる

leave a comment

この機能自体は SQL Server 2012 SP1 CU2 から追加された機能ですが、SQL Server 2016 では機能強化が入っていますので軽く試してみました。
詳細については、 Backup to Microsoft Azure / SQL Server Backup to URL / BACKUP (Transact-SQL) が参考になります。
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 31st, 2015 at 12:10 pm

SQL Server 2016 CTP 2.0 の Stretch Database を使ってみる

leave a comment

SQL Server 2016 CTP 2.0 では、Stretch Database の機能が実装されており、データを SQL Database 上に拡張することができるようになっています。

この機能を少し試してみました。

詳細については、Stretch Database を参照してください。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 30th, 2015 at 9:39 pm

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 Database で Query Store (プレビュー) が使用可能に

leave a comment

昨日、SQL Server 2016 CTP 2.0 が提供されましたが、それに追随して SQL Database でもクエリ ストア (Query Store) がプレビューとして提供開始されました。

Preview: Azure SQL Database Query Store

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 29th, 2015 at 7:48 am

Posted in SQL Database

Tagged with

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 ,

SQL Server 2016 をいち早く触ってみよう

leave a comment

TechNet Virtual Labs に SQL Server 2016 CTP を使用したラボが提供されています!!

image

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 25th, 2015 at 3:49 pm

Posted in SQL Server

Tagged with