SE の雑記

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

Author Archive

Power BI Content Packs for SQL DB Audit が利用できるようになりました

leave a comment

Ignite の Overview and Roadmap for Microsoft SQL Server Security で紹介されていたのですが、「Power BI Content Packs for SQL DB Audit」が利用できるようになりました。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 13th, 2015 at 6:28 pm

Posted in 未分類

Ignite 2015 で開催された SQL Server / Database のセッション

leave a comment

Ignite 2015 のセッション資料も一通り出そろったようですので、SQL Server / SQL Database 関連のセッションをリストとして残しておきたいと思います。

セッションのダウンロードには Session Downloader を使用すると便利かと。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 11th, 2015 at 11:14 pm

Elastic Pool Preview を触ってみる その 4

leave a comment

Elastic Pool でリソースの使用状況の取得方法について軽くまとめてみたいと思います。

通常のスタンドアロンデータベースの場合、sys.dm_db_resource_stats / sys.resource_stats から取得を行うことができます。

Elastic Database (可変データベース) の場合も同様に情報を取得することができますが、データの見方が少し異なってきます。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 10th, 2015 at 9:04 pm

Posted in SQL Database

Tagged with

Ignite で発表された Always Encrypted についての情報について

leave a comment

Ignite で SQL Server 2016 の機能として Always Encrypted が発表されました。
この機能の情報を少しまとめてみたいと思います。

セキュリティ系のアップデートは、毎度恒例 Overview and Roadmap for Microsoft SQL Server Security を参照していただければと。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2015 at 8:48 pm

SQL Database でのセル (列) レベル暗号化 (CLE) をサポート

leave a comment

Ignite で SQL Server / SQL Database のセキュリティ機能のアップデートのセッションとして、Overview and Roadmap for Microsoft SQL Server Security が開催されていました。

その中で「CLE for SQL DB」(CLE : Cell Level Encryption) の紹介があり、試してみたらすでに利用可能でした。

image

What’s new in SQL Database V12 にも記載されていますね。

Transact-SQL certificates, keys, and cryptographic functions
Certificates, symmetric keys, and asymmetric keys can now be created in Azure SQL Database V12. Most cryptographic functions are now supported.
For more information, see:
CREATE CERTIFICATE (Transact-SQL)
CREATE SYMMETRIC KEY (Transact-SQL)
CREATE ASYMMETRIC KEY (Transact-SQL)
Cryptographic Functions (Transact-SQL)

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2015 at 6:20 pm

Posted in SQL Database

Tagged with

Elastic Database Tools とその追加情報について

2 comments

こちらも Elastic Scale for Microsoft Azure SQL Database で発表のあった内容となります。

以前、Elastic Scale API や Elastic Scale Cliant Library と言われていたものは、Azure SQL Database Elastic Database Tools という扱いになり、GA しています。
https://github.com/Azure/azure-content/blob/master/articles/sql-database-elastic-scale-get-started.md
image

基本的な内容は今までと同じですが、新しい機能として「Elastic Query」の発表がありました。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2015 at 5:09 pm

Posted in SQL Database

Tagged with

Elastic Pool Preview を触ってみる その 3

leave a comment

Elastic Pool を触ってみるの最後として、ジョブを触ってみたいと思います。
Elastic Scale for Microsoft Azure SQL Database からの抜粋ですが、Elastic Database Jobs の概略としては以下のようになります。

imageimage

Elastic Database Job は Elastic Database Pool に含まれているデータベースを管理する用途で使用できる機能となっています。

Elastic database jobs overview でドキュメントが公開されていますので、詳細についてはこちらを確認いただくとよいかと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2015 at 3:38 pm

Posted in SQL Database

Tagged with

Elastic Pool Preview を触ってみる その 2

leave a comment

前回の投稿はこちら
Elastic Pool Preview を触ってみる その 1

今回の投稿では軽く性能の特性を見てみようかと思います。

Ignite での情報は Elastic Scale for Microsoft Azure SQL Database が公開されていますのでこちらを参照していただければ。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2015 at 12:11 am

Posted in SQL Database

Tagged with

SQL Server 2016 では Standard Edition で AlwaysOn 可用性グループが構築できるように!!

leave a comment

タイトルの通りですが、Ignite の Microsoft SQL Server End-to-End High Availability and Disaster Recovery で SQL Server 2016 の AlywasOn についての言及があり、その中で Standard Edition を使用した AlwaysOn 可用性グループについて紹介されています。

SQL Server 2016 : Availability Group Enhancements
What I Learned About SQL Server at Ignite 2015

でも紹介がされています。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 8th, 2015 at 11:07 pm

Posted in SQL Server

Tagged with

Ignite 2015 で SQL Server 2016 のアナウンスがありました

one comment

SQL Server 2016 public preview coming this summer で Ignite 2015 のキーノートでさらっと話の出た SQL Server 2016 についての情報が公開されました。
imageimage
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 5th, 2015 at 12:07 am

Posted in SQL Server

Tagged with