SE の雑記

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

Archive for the ‘SQL Server 2016’ tag

SQL Server 2016 の基本的な可用性グループの RTM 時の実装について

leave a comment

SQL Server 2016 では、当初から、Standard Edition で AlwaysOn 可用性グループが使用できるというアナウンスがされていました。

SQL Server 2016 CTP 2.0 の AlwaysOn 可用性グループを使ってみる その 1 という投稿を書いたのですが、RTM では CTP の段階であった「リスナーが作成できない」という制限が撤廃されていました。

Basic Availability Groups (Always On Availability Groups) にも、リスナーについての制限は記載されていない状態となっています。
# 当初は書いてあった気がするのですが。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 3rd, 2016 at 8:27 am

Posted in SQL Server

Tagged with ,

SQL Server 2016 の Automatic Seeding を少し深堀してみる

leave a comment

以前、書いた SQL Server 2016 RC0 で使える新しい AlwaysOn のセカンダリの初期同期方法 の Automatic (Direct Seeding) を少し深堀してみてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 23rd, 2016 at 11:08 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 の GA タイミングのアナウンス

leave a comment

SQL Server チームのブログでアナウンスがありました。
Get ready, SQL Server 2016 coming on June 1st
GA は 6/1 となったようです。
今までアナウンスのされていなかった、エディションの情報についても other SQL Server 2016 editions で公開されました。
BOL についても更新が行われており、今までプレースホルダーのみであったものが公開されています。
Editions and Components of SQL Server 2016
Features Supported by the Editions of SQL Server 2016

Written by Masayuki.Ozawa

5月 3rd, 2016 at 12:19 am

Posted in SQL Server

Tagged with ,

SQL Server 2016 RC3 の分散可用性グループを設定してみる

leave a comment

SQL Server 2016 RC (製品候補版) で機能追加されたようなのですが、SQL Server 2016 では、分散可用性グループ (Distributed Availability Group) を設定できるようになりました。

Distributed Availability Groups (AlwaysOn Availability Groups)

分散可用性グループの設定について軽くまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 24th, 2016 at 12:29 am

SQL Server 2016 で Temporal Table と Stretch Database を組み合わせて使用する

leave a comment

SQL Server 2016 の Temporal Table と Stretch Database は組み合わせることが可能です。
組み合わせることで、

  • Temporal Table の履歴テーブルを Stretch Database により SQL Database に格納する

というようなことができます。

Stretch Database
Stretch Database の概要

設定までの流れを軽く見ていきたいと思います。

なお、今回は  SQL Server 2016 RC1 を使用していますが、RC1 の Stretch Databas は RC0 とは異なり、SQL Server Stretch Database が使用されるのがデフォルトの動作となっています。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 21st, 2016 at 4:11 pm