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

Agent 365 のシャドウ AI の制御機能についてのメモ

leave a comment

Microsoft Agent 365 では シャドウ AI の検知並びにブロックがプレビュー機能として提供されるようになりました。

この機能について評価をしてみたのでメモを残しておきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 10th, 2026 at 7:32 pm

Posted in Agent 365

Tagged with

Agent 365 一般提供開始に伴い更新された情報を整理する

leave a comment

本日、Agent 365 の一般提供が開始されました。

メッセージセンターの「MC1296867」として情報も公開されています。

image

本投稿では、Agent 365 の一般提供開始に伴い、更新された情報についてまとめておきたいと思います。

最初は次の 2 つの情報を確認しておくとよいのではないでしょうか。

 

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 1st, 2026 at 7:18 pm

Posted in Agent 365,Agent ID

Tagged with ,

SQL Server の統計情報更新でテーブル内の全統計情報を更新する際の考慮点

leave a comment

SQL Server では UPDATE STATISTICS を実行することでテーブルの統計情報を更新することができます。

UPDATE STATISTICS は次のクエリのようにテーブル名のみを指定することでテーブル内の全統計情報を更新することが可能です。

UPDATE STATISTICS LINEITEM

 

このような指定をした統計情報の更新を実行する場合、「列レベルの統計」が作成されている場合には考慮点があります。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 1st, 2026 at 8:31 am

Posted in SQL Server

Tagged with

エージェント レジストリの機能の Microsoft 365 管理センターへの集約が始まっています

leave a comment

Microsoft 365 管理センターのメッセージセンターの MC1275311 で次のアナウンスが行われています。

image

現在、「Microsoft Entra 管理センター」には、エージェント管理する機能として次の機能が存在しています。

  1. エージェント Identity
  2. エージェント レジストリ
  3. エージェント コレクション

この機能の中で「2.」「3.」については、Microsoft 365 管理センターのエージェントに統合が進められているのですが、現時点でも統合が進んでいましたので情報をまとめておこうと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 29th, 2026 at 11:38 pm

Posted in Agent 365,Agent ID

Tagged with ,

SSMS 22 の Copilot Chat を使用したデッドロックレポートの分析

leave a comment

SSMS 22 の GitHub Copilot Chat を使用すると、Copilot によるデッドロックレポート (database_xml_deadlock_report) の分析を行うことができます。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 26th, 2026 at 5:55 pm

Posted in SQL Server,SSMS

Tagged with ,

SQL Server ベースのデータベースで空き領域が少なくなった場合の再構成の実行

leave a comment

SQL Server ベースのデータベースで空き領域が少なくなった場合に、ストレージの増強を行わなくても「インデックスの再構成 (REORGANIZE)」で対応できることがあります。

実際に SQL Database で再構成をした環境が次の画像となりますが、再構成をすることで、最大のストレージサイズを変更しなくても、195 MB の容量を 6.67 GB まで空き領域を確保することができています。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 22nd, 2026 at 10:34 pm

Agent 365 関連で気づいたことのメモ (2026/04/22)

leave a comment

2026/04/22 時点で Agent 365 関連で気づいたことのメモです。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 22nd, 2026 at 8:47 am

Posted in Agent 365

Tagged with

GitHub Copilot CLI に O’Reilly MCP Server を追加する

leave a comment

O’Reilly Launches MCP Server to Embed Learning Directly into AI Workflows でアナウンスされましたが O’Reilly Online Learning で MCP Server が公式ツールとして提供されており、MCP をサポートするツールから O’Reilly のコンテンツを参照できるようになりました。

GitHub Copilot CLI に、この MCP Server を追加したので情報をメモとして残しておきたいと思います。 Read the rest of this entry »

Written by Masayuki.Ozawa

4月 20th, 2026 at 7:55 am

Posted in GitHub Copilot

Tagged with

Agent 365 のエージェント可観測性についてのメモ

leave a comment

Agent 365 のエージェントの可観測性についてのメモです。

Agent 365 というタイトルで書いていますが、2026/04/17 ではエージェント ID が付与されていないエージェントでも同様の考え方になるのではと思っています。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 17th, 2026 at 8:13 am

Posted in Agent 365,Agent ID

Tagged with ,

SQL Server 2025 CU4 でフルテキスト検索の問題が対応されました

leave a comment

本ブログでは、次の投稿で SQL Server 2025 のフルテキスト検索の問題を取り上げていました。

これらの投稿で取り上げていた、フルテキスト検索の問題が本日リリースされた SQL Server 2025 CU4 で対応されました。

image

SQL Server 2025 で v2 のワードブレーカーとフィルター (既定) を使用しており、日本語のような言語でフルテキスト検索の一部の関数の実行時に、エラー 30053 が発生する場合、CU4 を適用することで解消する可能性が高いです。

Written by Masayuki.Ozawa

4月 17th, 2026 at 7:22 am