SE の雑記

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

Archive for the ‘SQL Server’ Category

Data Driven を見ながらつらつらと

one comment

今週は、SQL Server 2016 RC0 / SQL Server on Linux / R Tools for Visual Studio が発表されました。
ビッグリリースが続く中で、Data Driven というイベントが開催されていますので、眺めながらつらつらと。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 11th, 2016 at 12:03 am

Posted in SQL Server

Tagged with

SQL Server 2016 RC0 の Stretch Database を使ってみる

one comment

SQL Server 2016 RC0 では、Stretch Database の仕組みに多少変化がありますので軽くまとめてみたいと思います。
Stretch Database は Azure にも関係がある機能ですので、SQL Server Stretch Database の価格 も併せて参照していただくとよいかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 9th, 2016 at 9:36 pm

Posted in SQL Server

Tagged with ,

SQL Server 2016 RC0 のデータベースレベルでの構成変更

leave a comment

SQL Server 2016 RC0 では、ALTER DATABASE SCOPED CONFIGURATION という ALTER 文がサポートされるようになりました。
これは SQL Database でもサポートされるようになっているようですね。

面白い機能だと思ったので軽く試してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 8th, 2016 at 11:48 pm

Posted in SQL Server

Tagged with

SQL Server 2016 RC0 と SQL Server on Linux の情報のメモ

one comment

同時にいろいろと情報が出てきたので、あとで確認できる用のメモ。
この状況だと、Data Driven でいろいろな発表が出てきそうですね。
SQL Server on Linux の日本語の情報については、SQL Server on Linux を発表 を見るとよいかと。
Read the rest of this entry »

Written by Masayuki.Ozawa

3月 8th, 2016 at 8:04 am

SQL Server 2016 RC0 の情報を追ってみる

leave a comment

今週、SQL Server 2016 RC0 についての情報が公開され、教えていただいた情報含め現状公開されている情報をメモとして。
例によってデータベースエンジンだけですが。

投稿を書いている時点では、評価版の公開はまだ始まっていないみたいですね。
Data Driven 以降に、いろいろな情報出てくるのでしょうかね。

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 5th, 2016 at 9:24 pm

Posted in SQL Server

Tagged with ,

SQL Database で Temporal テーブルが使えるようになったので改めて試してみる

leave a comment

Preview: Temporal tables in Azure SQL Database でアナウンスされていますが、SQL Database v12 で、プレビューではありますが、Temporal テーブルが使用できるようになりました。

以前、SQL Server 2016 CTP 2.0 の Temporal Table を使ってみる で試してみたのですが、ざっくりでしたのでこの機会に改めて、試してみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

2月 28th, 2016 at 11:53 am

SQL Server 2016 CTP 3.3 の提供が開始されました

leave a comment

本日、SQL Server 2016 CTP 3.3 の提供が開始されました。
関連情報のリンクをざっくりと。

Read the rest of this entry »

Written by Masayuki.Ozawa

2月 4th, 2016 at 12:51 pm

Posted in SQL Server

Tagged with

ARM の仮想マシンに SQL Server IaaS Agent を導入してみる

leave a comment

Azure の仮想マシン上で動作させている SQL Server の環境では SQL Server IaaS Agent 拡張機能 という拡張機能を使用することができます。
上記の情報がクラシックな仮想マシンについてですが、ARM の仮想マシンに対しても拡張機能を有効にすることができますので、拡張機能の有効化をざっくりと。
SQL Server 入りの仮想マシンを作成する際に、拡張機能の有効化を行うことができますが、本投稿ではあとから有効化するための方法となっています。
クラシックタイプの仮想マシンの情報となりますが、以下が参考になります。
Automated Patching for SQL Server in Azure Virtual Machines
Automated Backup for SQL Server in Azure Virtual Machines
Azure VM で SQL Server 用に Azure Key Vault 統合を構成する (クラシック デプロイ)
Azure VM で SQL Server 用に Azure Key Vault 統合を構成する (リソース マネージャー)

以前に書いた、SQL Server On VM の自動管理機能について の更新版と思っていただければ。
Read the rest of this entry »

Written by Masayuki.Ozawa

1月 25th, 2016 at 8:05 pm

SQL Server on Azure VM チートシート (2016/01 版)

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

1月 23rd, 2016 at 8:08 pm

SQL Server の汎用バックアップのテンプレートスクリプトを作ってみる

leave a comment

PowerShell ベースですが、SQL Server の汎用バックアップのテンプレートにできそうなスクリプトを作ってみました。

スクリプトは SQL Server BackupSample.ps1 に置いてあります。

Read the rest of this entry »

Written by Masayuki.Ozawa

1月 18th, 2016 at 7:41 pm

Posted in SQL Server

Tagged with