SE の雑記

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

Archive for the ‘Windows Azure’ Category

Availability Group Listener in Windows Azure で読み取り専用ルーティングを使用する

leave a comment

前回の投稿で、Windows Azure の Virtual Machine で AlwaysOn のリスナーを設定するための方法をまとめてみました。

プライマリに障害が発生した場合にセカンダリに自動的に切り替えることはこの設定で可能ですが、読み取り可能にしたセカンダリに接続をすることはこの状態ではできません。

今回の投稿ではセカンダリを読み取りとして使用するための設定についてまとめてみたいと思います。
現状、この辺の手順が MSDN 等でまとめられてはいないようでしたので、後日ほかの方法が公開されるかもしれません。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 14th, 2013 at 2:52 pm

Availability Group Listener in Windows Azure の設定

one comment

 

AlwaysOn が Windows Azure Virtual Machine (VMs) で正式にサポートされるようになりました。

関連する情報としては、

Availability Group Listener in Windows Azure Now Supported! (And Scripts for Cloud-Only Configuration)
Tutorial: Listener Configuration for AlwaysOn Availability Groups in Windows Azure
Update enables SQL Server Availability Group Listeners on Windows Server 2012-based Windows Azure virtual machines
Windows Azure: General Availability of SQL Server Always On Support and Notification Hubs, AutoScale Improvements + More
Windows Azure で SQL Server AlwaysOn を正式サポート & Windows Azure 通知ハブを正式リリース

が参考になります。

以前はリスナーが作成できなかったため、ミラーリングの接続文字列で代用していたのですが、今回のサポートにより、AlwaysOn のリスナーが Azure VM 上で作成できるようになり、単一の接続ポイントによる接続が可能となっています。

リスナーの構築以外の大きな流れは以前検証した、
AlwaysOn を Azure 上に構築してみる – WSFC の構築編 –
AlwaysOn を Azure 上に構築してみる – AlwaysOn の構築編 –
AlwaysOn を Azure 上に構築してみる – テストの実施編 –
の流れと同じなのですが、ポイントについてはまとめながら書いていきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 13th, 2013 at 10:18 pm

SQL Server 2014 CTP 1 の新機能を使ってみる – Azure VM に DB を展開 –

leave a comment

SQL Server 2014 では Azure との連携が強化されており、その強化の一つとしてデータベースを Azure VM に展開することができるようになっています。
Deploy a SQL Server Database to a Windows Azure Virtual Machine
Read the rest of this entry »

Written by Masayuki.Ozawa

7月 2nd, 2013 at 9:05 pm

SQL Database Migration Wizard の実行環境を作る方法

leave a comment

オンプレミスの SQL Server から SQL Database に移行する際に、SQL Database Migration Wizard を使用するとツールベースで移行をすることができます。

このツールを使用するための実行環境の作り方についてまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 18th, 2013 at 6:52 pm

AlwaysOn を Azure 上に構築してみる – テストの実施編 –

leave a comment

ここまでで AlwaysOn の環境は構築できましたのでテストの実施方法などを少しまとめてみたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

5月 9th, 2013 at 11:50 pm

AlwaysOn を Azure 上に構築してみる – AlwaysOn の構築編 –

leave a comment

AlwaysOn を Azure 上に構築してみる – WSFC の構築編 – に続いて SQL Server 部分 (AlwaysOn 可用性グループ) の構築をしていきたいと思います。

参考情報としては引き続き
Test Lab: Create an AlwaysOn Availability Group in Windows Azure End-to-End
Tutorial: AlwaysOn Availability Groups in Windows Azure

になります。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 8th, 2013 at 11:47 pm

AlwaysOn を Azure 上に構築してみる – WSFC の構築編 –

leave a comment

SQL Server 2012 の新機能である AlwaysOn は Windows Azure の仮想マシン (VM : VIrtual Machine) に構築することができます。

Windows Azure で SQL Server AlwaysOn 可用性グループ を作ってみる
Tutorial: AlwaysOn Availability Groups in Windows Azure
HADR Tutorials for SQL Server in Windows Azure VMs

構築できるのは知っていたのですが実際に試したことはなかったので少しまとめてみたいと思います。
まずは WSFC の構築から。

投稿を書いている時点 (2013/5/7) の投稿ですので最新の構築方法では変わっているかもしれません。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 8th, 2013 at 6:43 am

SQL Server on Winodws Azure Virtual Machine のメモ

one comment

SQL Server を Winodws Azure Virtual Machine で動作させるときの留意事項などのメモを。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 5th, 2013 at 1:21 am

Windows Azure VM を PowerShell で作成

leave a comment

PowerShell で Azure を操作する際のメモ の続きになります。

Windows Azure VM (仮想マシン) を PowerShell で作ってみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 2nd, 2013 at 9:14 pm

Posted in Windows Azure

Tagged with ,

PowerShell で Azure を操作する際のメモ

one comment

PowerShell で Azure を操作する際のメモを。

Windows Azure PowerShell の技術情報は以下のものが参考になります。
Windows Azure PowerShell

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 29th, 2013 at 10:54 pm