SE の雑記

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

Archive for the ‘SQL Database’ tag

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

2015/4/10 時点の SQL Database v12 の TDE の対応状況について

leave a comment

SQL Database v12 がリリースされた際に、 Azure is the Ideal Cloud for Your Database Workloads with Increased SQL Server Compatibility, Security, Automation, and Power などで、TDE (透過的データ暗号化 / Transparent Data Encryption) の実装についてのアナウンスがされていました。

Today also marks the introduction of a suite of security features coming to the latest version of SQL Database; Row-Level Security, Dynamic Data Masking, and Transparent Data Encryption.

具体的な構文等のアナウンスがなかったのであまり調べていなかったのですが、2015/4/10 時点の情報を少しまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 10th, 2015 at 8:19 am

Posted in SQL Database

Tagged with

Elastic Scale API を PowerShell から使用してみる

leave a comment

先日、Azure SQL Database Elastic Scale プレビューを更新最新の Elastic Scale クライアント ライブラリへのアップグレード で Elastic Scale API の新しいバージョンが提供されていたのは知っていたのですが、私はコード書くのが苦手で えろす師匠えろす師匠の放ったオオアリクイ  によって、この業界から抹殺される寸前なので、ちょっと頑張って、PowerShell から Elastic Scale API を使ってみました。

Elastic Scale は Azure SQL Database の Elastic Scale の概要 で日本語のドキュメントが公開されていますので、こちらから情報を確認するとよいかなと。

Azure SQL Database Elastic Scale Client Library 使い方簡易まとめ もとても参考になります。

PowerShell から Elastic Scale API を使用するときに参考となる情報は、Azure SQL Database Elastic Scale: Shard Elasticity が参考になります。

 

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 7th, 2015 at 10:13 pm