SE の雑記

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

Archive for the ‘SQL Database’ Category

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 Database のフルテキスト検索 (プレビュー) を触ってみる

one comment

Build 2015 で発表されましたシリーズのフルテキスト検索のプレビューを触ってみたいと思います。

詳細については以下を参照されるとよいかと。
Full-Text Search is now available for preview in Azure SQL Database
Full-Text Search

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 4th, 2015 at 12:34 am

Posted in SQL Database

Tagged with

SQL Database の TDE サポート (プレビュー) について

one comment

Build 2015 で SQL Database の TDS サポート (プレビュー) が発表され、さっそく TDE の利用ができるようになっています。

ざっくりとではありますが触ってみたいと思います。
詳細な情報については、
Transparent Data Encryption (TDE)
Transparent Data Encryption with Azure SQL Database
が参考になります。
最初の情報が TDE 全体としての情報、次の情報が SQL Database における TDE についての情報となります。
# 現状は英語版の情報のみとなります。

Build 2015 であった、DB 関連の他のアップデートについては、
Microsoft Announces Azure SQL Database elastic database, Azure SQL Data Warehouse, Azure Data Lake
Three major data platform announcements at Build, including Azure Data Lake
Full-Text Search is now available for preview in Azure SQL Database
から追えるかと思います。

また、TDE とフルテキスト検索のサポートにより What’s new in SQL Database V12 の情報も更新されています。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 2nd, 2015 at 6:07 pm

Posted in SQL Database

Tagged with

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

leave a comment

SQL Database Elastic Pool (Preview) が使用できるようになっていますので、軽く触ってみたいと思います。
詳細な情報は以下から確認できます。

SQL Database elastic database reference (preview)
SQL Database elastic pools (preview)
Elastic database jobs overview
Create and manage a SQL Database elastic pool (preview)

料金についても確認できます。
http://azure.microsoft.com/ja-jp/pricing/details/sql-database/

あと、Elasctic Scale API (Elastic Scale Client API) は Elastic Database Tool になったようです。
Azure SQL Database elastic database tools topics

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 1st, 2015 at 1:42 am

Posted in SQL Database

Tagged with

Build 2015 で SQL Database 関連でいくつかの発表がありましたので気になったものを

3 comments

今日から BUILD 2015 が開催されており、SQL Database 関連として いくつかのが発表されていました。
Keynote Presentation

SQL Database については、2:20 以降を見るとよいかと。

Service Updates でも新しい情報がいくつか発表されていますので、こちらも確認するとよさそうですね。
Preview: Transparent Data Encryption for Azure SQL Database
Azure SQL Database update becomes API default August 1, 2015
Preview: Service Tier Advisor for Azure SQL Database

Elastic Pool についてはこちらから
SQL Database elastic pools (preview)

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 30th, 2015 at 2:46 am

Posted in SQL Database

Tagged with

SQL Database の行レベルセキュリティについての情報

leave a comment

SQL Database では現状、プレビューではありますが、行単位にアクセス制御を行うための行レベルセキュリティ (RLS)を利用することができます。

海外の SQL Server Security Blog で RLS について興味深い投稿がありましたのでメモとして。

Row-Level Security: Blocking unauthorized INSERTs
Row-Level Security: Performance and common patterns

細かな内容は えろす師匠 に聞くとよいかと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 29th, 2015 at 11:39 pm

Posted in SQL Database

Tagged with

SQL Server 2014 の最新 CU 適用による v12 への bacpac インポート

leave a comment

SQL Server 2014 の最新の CU では bacpac 連携機能機能が更新されています。
CU5 以降で更新されていたかもしれませんが、今回は CU6 を使用しています。

最新の CU では DacFx の強化も含まれているようです。
SQL Server Management Studio 2014 用の累積更新プログラム 6
MicrosoftR SQL ServerR データ層アプリケーション フレームワーク (2015 年 2 月)

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 12th, 2015 at 12:41 pm

Posted in SQL Database

Tagged with