SE の雑記

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

各種ソフトのショートカット / 設定ファイル / チートシート

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

1月 19th, 2025 at 8:00 pm

Posted in その他

Tagged with

検証用 SQL Server に導入するツール

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

12月 8th, 2022 at 9:51 am

Posted in SQL Server

Tagged with

SQL Server のベストプラクティスについて公開されているドキュメント

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 15th, 2022 at 9:14 am

Posted in SQL Server

Tagged with

SQL Server Sample Databases

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 16th, 2022 at 9:30 am

Posted in SQL Server

Tagged with

SQL Server-based environment updates

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

3月 22nd, 2022 at 10:53 am

Tools and Documents for fault analysis in SQL Server-based environments

leave a comment

Tools and Documents for fault analysis in SQL Server-based environments.

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 7th, 2021 at 11:02 am

SQL Server / SQL Database アーキテクチャ ドキュメント

leave a comment

Read the rest of this entry »

Written by Masayuki.Ozawa

1月 13th, 2020 at 11:36 pm

Posted in SQL Server

Tagged with

SQL Server 2025 のセキュリティについての新機能

leave a comment

SQL Server 2025 の新機能として本ブログでは次の投稿をしました。

SQL Server 2025 の Deck の最後のカテゴリとして、セキュリティの新機能についてまとめておきたいと思います。

公式のドキュメントとしては、セキュリティ となります。

 

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 16th, 2025 at 10:38 pm

VMware から Azure Local への移行の評価環境作成のメモ

leave a comment

Azure Local (プレビュー) 向け Azure Migrate ベースの VMware 移行の概要 としてドキュメントが公開されていますが、VMware 上の仮想マシンを Azure Migrate を使用して Azure Local に移行するという機能が提供されています。

手元の環境を使用して、この機能の検証をするための評価環境が作成できるかを確認した際の内容をメモとして。

ESXi 7.0.3 上の VM を Azure Local に移行することができることまでは確認できました。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 15th, 2025 at 10:39 pm

Posted in Azure Local,VMware

Tagged with ,

Microsoft MVP を再受賞させていただきました

leave a comment

今年も Microsoft Most Valuable Professionals (Microsoft MVP) を再受賞させていただくことができました。

昨年は Microsoft Azure の Azure Hybrid & Migration の技術領域も受賞させていただいていたのですが、今年は Data Platform の SQL Server の技術領域でのみの受賞となりました。

image

今後も本ブログで勉強した内容を発信していければと思いますので、引き続きよろしくお願いいたします。

Written by Masayuki.Ozawa

7月 13th, 2025 at 10:57 am

Posted in MVP

Tagged with

GitHub Copilot Coding Agent の Premium Request の消費が大幅に緩和されました

leave a comment

GitHub Copilot coding agent now uses one premium request per session でアナウンスがあり、2025/07/10 19:00 (UTC) から、GitHub Copilot Coding Agent で消費される Premium Request が、1 セッション / 1 Premium Request となり、Premium Request の消費が大幅に緩和されました。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 11th, 2025 at 8:37 am

GitHub Copilot Coding Agent の動作の基本的なカスタマイズ

leave a comment

SQL Server 運用ツールの作成で GitHub Copilot Coding Agent を活用してみる でツール作成を実施する中で、GitHub Copilot Coding Agent (以下、Coding Agent) を活用していました。

カスタマイズ に記載されている内容について、一通り試せたかと思いますので、私が試した内容をまとめておきたいと思います。

https://gist.github.com/MasayukiOzawa/1dd6d84ea2a66e3d4ff9cc8b26220e99 でもまとめています。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 8th, 2025 at 11:28 pm

Azure Local で更新プログラムの適用準備が完了したら Azure Monitor で通知する

leave a comment

Azure Local は新しい更新プログラムが提供され、適用準備が完了している場合、Azlure Local クラスターのブレードに未適用の更新プログラムが存在していること示すメッセージが表示されます。

この仕組みを使用して、Azure Local クラスターで未適用の更新プログラムが存在し、適用準備ができている環境があった場合に、Azure Monitor からアラートを通知することができるかを検証した際の内容となります。

検証時に画面キャプチャを取得し忘れてしまったので、ログ用のクエリの記載のみになってしまっていましたが…。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 6th, 2025 at 8:54 pm

Posted in Azure Local

Tagged with

SQL Server 2025 の可用性向上についての新機能

leave a comment

前回は SQL Server 2025 のパフォーマンス向上のための新機能 でパフォーマンス向上の新機能に触れました。

今回は可用性向上のための新機能についてまとめてみたいと思います。

今回も SQL Server 2025 の Deck を元に記載しています。

公式のドキュメントとしては 可用性 / データベース エンジン になります。

可用性の機能については Azure SQL Database でも同様の機能が追加される (or 既に追加されている) 可能性がありますので SQL Server 2025 の可用性機能の把握は PaaS を利用する際にも有益な情報となります。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 6th, 2025 at 2:59 pm

GitHub Copilot Coding Agent で Playwright を使用した画面キャプチャの取得

leave a comment

GitHub Copilot Coding Agent の Update として次の 2 つのアナウンスがありました。

この中で、Copilot coding agent now has its own web browser として、Coding Agent でデフォルトで Playwright を使用することができるようになったというアップデートがありましたので、試してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 4th, 2025 at 7:59 pm

SQL Server / SQL Database Update (2025/04/24~2025/07/01)

leave a comment

前回の Update: SQL Server / SQL Database Update (2024/10/11~2025/04/23)

前回から今回までの期間で SQL Server 2025 の Preview の提供が開始され、SQL Server 2025 関連の情報もアップデートとして挙がっていますが、それは別でまとめていますので、SQL Server 2025 以外のアップデートをまとめています。

 

Read the rest of this entry »

Written by Masayuki.Ozawa

7月 2nd, 2025 at 11:32 pm

SQL Server 2025 のパフォーマンス向上のための新機能

leave a comment

SQL Server 2025 の新機能は AI 関連の機能 が大きな機能追加となっていますが、データベースエンジンのパフォーマンスを向上させるための機能も追加が行われています。

本投稿では、パフォーマンスの向上のための機能としてどのような機能が含まれているのかをまとめたいと思います。

本投稿は SQL Server 2025 の Deck を元に記載しています。SQL Server 2025 Demos でデモコードも公開されています。

公式のドキュメントとしては データベース エンジン / クエリ ストアとインテリジェントなクエリ処理 に記載されています。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 30th, 2025 at 10:39 pm