SE の雑記

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

マルチドメインクラスターで AlwaysOn 可用性グループ

leave a comment

以前、TP3 で Azure 上でワークグループクラスターを構築し、その上に CTP 2.4 のAlwaysOn を構築してみる という投稿を書きました。

そういえば、ワークグループクラスターは構築したことはありますが、マルチドメインクラスターは構築したことがなかったかなと思い、軽く検証してみました。

ワークグループクラスター / マルチドメインクラスターに関しては、以下の情報が公開されているものとなるかと思います。

Workgroup and Multi-domain clusters in Windows Server 2016
What’s new in failover clustering: #04 Workgroup and multi-domain clusters

What’s new in Failover Clustering in Windows Server 2016 が OS 側のドキュメントになるかと思いますが、ここからのリンクも結局は上記のブログなんですよね。。。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 6th, 2016 at 12:05 am

Posted in SQL Server

Tagged with

Ignite 2016 の SQL Server のデータベースエンジン関連のセッション

leave a comment

Ignite 2016 のセッションですが、Microsoft Ignite On-Demand で動画が公開されてています。

とりあえず、SQL Server のデータベースエンジン関連のセッションを流し見しているのですが、エンジン回りで関連しそうなセッションの紹介を。

最近、英語が苦手なのが致命的に響いてきていて、ひさしになんとかしてもらわないと生きていくのがつらいです…。

スライドについても公開されていて、 Ignite 2016 Slidedeck and Video downloader で一括でダウンロードできるようです。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 2nd, 2016 at 11:58 pm

Azure の ILB で複数のリスナー構成を実際に試してみる

leave a comment

昨日 Multiple VIPs for internal Load Balancer GA !! という投稿を書きましたが、実際に Azure 上に構築されている AlwaysOn 可用性グループで複数リスナーを構築してみました。

Azure 上に AlwaysOn AG 構成を構築する際のリスナーについて の内容が把握できていれば、設定はスムーズにできるかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 27th, 2016 at 9:58 pm

Multiple VIPs for internal Load Balancer GA !!

leave a comment

我らが ブチザッキ兄さんCloud Platform Release Announcements for September 26, 2016 を見つけられ、その中に、

Multiple VIPs for internal Load Balancer | GA

 

という記述がありました。

Preview していたのかも気づかなかったのですが、私的にはいきなり GA でしたw

このリリースは、SQL Server on Azure VM のシナリオにも影響してきます。

Multiple VIPs for internal Load Balancer | GA

Azure Multiple VIP support for Azure internal Load Balancer is now generally available.

Multiple VIP support for Azure internal Load Balancer deployed via Azure Resource Manager allows customers to deploy more efficient, more scalable environments. ? frontend port reuse across the multiple VIPs ? option for DSR (“FloatingIP”) allows for backend port reuse SQL AlwaysOn Multiple Listener scenario documentation is available and released as Preview. The AzureCAT team is supporting SAP Multi-SID scenario. Multi-SID configuration enables consolidation of multiple SAP instances into two cluster nodes.

This cuts down the number of operating system images, server or VMs you have to manage.

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 27th, 2016 at 12:27 am

Windows Server 2016 が GA したので関連ドキュメントを探してみる

leave a comment

タイトルの通りですが、Ignite で Windows Server 2016 が GA したので、後で見る用の関連ドキュメントのメモ

Announcing the launch of Windows Server 2016

Windows Server Evaluations
System Center Evaluations

What’s New in Windows Server 2016
System Requirements

Free ebook: Introducing Windows Server 2016

Written by Masayuki.Ozawa

9月 26th, 2016 at 10:30 pm

Posted in Windows Server

Tagged with

SQL Server 2016 における TF1117 と TF1118

leave a comment

SQL Server 2016 では、tempdb に関しては TF1117 / 1118 がで有効になっており、ユーザーデータベースに関しては、データベースレベルの構成で設定ができるようになりました。

これについては、SQL Server 2016: Changes in default behavior for autogrow and allocations for tempdb and user databases でも紹介されています。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 24th, 2016 at 7:51 pm

Posted in SQL Server

Tagged with ,

スタートアップスクリプトが完了するまでログインを待機させる

leave a comment

スタートアップスクリプトが完了するまでログインを待機させる荒い方法を。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 11:40 pm

Posted in Windows Client

Tagged with

レジストリのインポートでディスプレイ設定を反映させる

leave a comment

かなりざっくりとした方法ですが。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 11:17 pm

Posted in Windows Client

Tagged with

Windows 10 の UWF で HKCU を永続化する

2 comments

Winodws 10 Enterprise や Education では、統合書き込みフィルター (Unified Write Filter (UWF)) について で紹介されている UWF が使用することができます。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 6:00 pm

Posted in Windows Client

Tagged with

外部テーブルを使用している SQL Database のデータベースを SQL Server に移行する

leave a comment

SQL Database と SQL Server 間でデータベースを相互に移行する場合、bacpac を使用することがあるかと思います。
bacpac ですが、同一の環境 (SQL Database 間 / SQL Server 間) での移行は、特に問題はないのですが、異なる環境間で移行をする場合、SQL Database で外部テーブルを使用していると、移行できないケースがありますので紹介を。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 18th, 2016 at 10:27 pm

Posted in SQL Database

Tagged with