SE の雑記

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

検証用 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

Process Explorer を使用して Non-yielding Scheduler を発生させる

leave a comment

Non-yielding Scheduler については、本ブログでも次の内容で取り上げています。

拡張イベントで Non-yielding の情報を取得したかったのでデバッガーを接続して操作するのが面倒だったので、Process Explorer を使用して発生させたというお話です。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 9th, 2024 at 11:37 pm

Posted in SQL Server

Tagged with

Azure SQL Database Hyperscale で Preview として利用できるようになったファイルの縮小について

leave a comment

今まで Hyperscale では、ファイルの縮小 (SHRINK) を実行することができず、一度割り当てられたデータファイルの領域については縮小をすることができませんでした。

そのため、一時的にでもデータファイルのストレージが拡張されてしまうと、ストレージを縮小することができず、ストレージコストを削減するためには、新しく作成したデータベースにファイルをコピーするというような新規 DB の作成によるデータファイルの使用済み領域の削減を検討する必要がありました。

これを改善するための機能として、2024-07 に Public Preview: Shrink for Azure SQL Database Hyperscale のアナウンスがあり、Hyperscale でもデータファイルの縮小が可能となりました。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 8th, 2024 at 11:33 pm

Posted in SQL Database

Tagged with

Windows Server 2022 をコンソール端末として使用する際に導入しているツール群

leave a comment

私は、検証用にコンソール用途の端末を展開する場合、展開が容易な Windows Server を使用することが多いのですが、その環境でインストールしているツール群について。

WinGet / Windows Terminal は Windows Server 2022 では本来サポートされていないものをインストールしています。

Windows Server 2025 になると標準でサポートされるようになりますが、これらは Windows Server 2022 では、検証目的以外では使用しないほうが良いかと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 5th, 2024 at 11:30 pm

OS / ミドルウェアのセキュリティベースラインを検討する際に参考となる資料

leave a comment

OS / ミドルウェアのセキュリティに関する設定について検討を行う際には、「セキュリティベースライン」として公開されている資料が参考になります。

私の場合、MS 製品に携わる機会が多く、Microsoft から提供されているドキュメントを起点としてベースラインの調査をすることがあります。

このような調査が必要となった場合に、どのような資料を参考すればよいかをまとめて追いたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 5th, 2024 at 9:15 pm

Posted in Security

Tagged with

Windows から Hinemos のカスタムトラップを起動させる要求を送信する

leave a comment

Hinemos にはカスタムトラップという JSON フォーマットのリクエストを Hinemos に送信することで監視設定を起動することができる機能があります。

curl を使用した例については カスタムトラップ監視を利用する 等で紹介されています。

Linux で実行した場合は問題ないと思うのですが、Windows で実行した場合、「curl: (52) Empty reply from server」のエラーが発生していたため、テスト目的の curl を Windows から送信する場合の暫定的な対応を残しておきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 4th, 2024 at 9:32 pm

Posted in Hinemos

Tagged with

Hinemos OSS 版とサブスクリプション版の違いについてのメモ

leave a comment

Hinemos の基本動作を確認しようとした場合に、毎回調べなおしているのでメモを残しておこうかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 1st, 2024 at 10:13 pm

Posted in Hinemos

Tagged with

Azure で診断設定が設定されていないリソースの確認と注意点

leave a comment

Azure の診断設定が設定されていないリソースの確認方法と注意点について。

注意が必要なのはスクリプトを使用した取得になるかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 30th, 2024 at 9:51 pm

Posted in Azure

Tagged with

Windows Server を日本語化する際のメモ

leave a comment

当ブログでも Azure 上の Windows Server 2016 TP5 をスクリプトベースで日本語化してみる / Azure VM の日本語 UI を PowerShell で設定 で触れていますが、最近の OS に対して情報をまとめていなかったので。

スクリプト化などについては以下のサイトを参考にさせていただくと対応できると思いますので、本投稿では触れていません。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 24th, 2024 at 2:26 pm

Posted in Windows Server

Tagged with

Windows Server 2025 の情報をキャッチアップする際のメモ

leave a comment

Windows Server 2025 の情報のキャッチアップがあまりできていなかったのでキャッチアップする際のメモを。

メモといっても後で見直せるようにするためのリンク集ですが….。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 23rd, 2024 at 8:43 am

診断設定と Log Analytics ワークスペースの AzureDiagnostics テーブルについて

leave a comment

Azure のリソースで診断設定で Log Analytics ワークスペースにログを格納すると「AzureDiagnostics」テーブルに対してログの取得が行われることがあります。

この AzureDiagnostics テーブルについての理解度が低かったので一度整理してみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 22nd, 2024 at 4:24 pm

Posted in Azure

Tagged with