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

SQL Server 2025: an enterprise AI-ready database platform のセッション内容のメモ

leave a comment

Ignite 2024 で SQL Server 2025 のセッションである SQL Server 2025: an enterprise AI-ready database platform が開催されましたのでメモ。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 21st, 2024 at 12:25 am

Ignite 2024 で発表された SQL Server / SQL Database のアナウンス

leave a comment

本日から Ignite 2024 が開催されています。

発表内容については Book of News で公開されていますが、SQL Server / SQL Database の発表についてまとめておきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 20th, 2024 at 12:15 am

SQL Database のベクターサポートについて情報をまとめておく

leave a comment

 

PASS 2024 で Exciting Announcement: Public Preview of Native Vector Support in Azure SQL Database! として SQL Database のベクターサポートの Public Preview がアナウンスされました。

MI については、今後数か月で Public Preview が公開されるということで、Azure の SQL Server ベースの環境でベクターサポートの一般公開の作業が進められています。

EAP 時点の情報とは多少異なっている内容がありますので、現時点の情報をまとめておきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 17th, 2024 at 10:25 pm

Posted in SQL Database

Tagged with ,

NVMe のディスクに Windows Server 2025 をインストールした際のネイティブセクターサイズ

leave a comment

以前、Windows 11 / Windows Server 2022 で NVMe にインストールした OS のシステムドライブに SQL Server のインストール時にエラーが発生する件について という投稿を書きました。

これは、4 KB を超えるシステム ディスク セクター サイズに関連するエラーのトラブルシューティング の対応となり、512 バイト / 4KB 以外のネイティブセクターサイズを使用している場合に、データ ファイルのストレージの種類 に記載されているサポートされているネイティブセクターサイズ以外が使用されている状態となり、SQL Server のインストールに失敗するという事象となります。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 11th, 2024 at 9:20 am

PASS Data Community Summit 2024 開催のタイミングで発表された SQL Server / SQL Database Update

leave a comment

本日から PASS Data Comunity Summit 2024 のメインセッションが開始しておりますが、開催日に合わせて SQL Server / SQL Database の Update がアナウンスされています。

来年の PASS の開催日についても発表されましたね。来年も 11 月の開催となるようです。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 7th, 2024 at 2:11 am

Azure SQL Database の監査ログについて

leave a comment

Azure SQL Database の監査ログについて、いろいろと情報を整理しておく必要があったので。

監査ログについては、次のドキュメントツリーから情報を確認することができます。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 5th, 2024 at 11:03 pm

Posted in SQL Database

Tagged with

Windows Server 2025 の一般提供が開始されたので関連情報を確認する

leave a comment

JST では、2024/11/02 の連休中となるため、情報のキャッチアップが遅れてしまったのですが、2024/11/01 に Windows Server 2025 の一般提供が開始されたようです。

Build としては 26100.1742 となったようです。

関連する情報について後で見返せるようにまとめておきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 4th, 2024 at 12:23 pm

ネットワーク制限されたストレージアカウントを使用した Azure Functions を「新規」に展開する際の注意点

leave a comment

タイトルの通りですが、セキュリティ保護のためネットワーク制限をしたストレージアカウントを使用して Azure Functions (Function App) を「新規」に展開する場合の注意点として気づいた内容となります。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 31st, 2024 at 9:40 am

Posted in Azure,Functions

Tagged with ,

追加 BLOB の Azure Blob バックアップの制限について

leave a comment

Azure ストレージでは、ブロック BLOB / 追加 BLOB / ページ BLOB の 3 種類の BLOB を使用することができます。

SQL Database の監査ログ / 診断設定 / アクティビティログ / Azure Monitor のテーブルエクスポートのログなどは「追加 BLOB」としてファイルが出力されていますが、追加 BLOB については、Azure Blob バックアップの取得対象とならないという制限がありますので、情報をまとめておきたいと思います

今回は追加 BLOB のバックアップの制限についての情報の整理となりますが追加 BLOB では、階層化 (ホット / クール / コールド層への移動) がサポートされていない という制限もありますので、追加 BLOB を使用した場合はブロック BLOB とは異なる運用が必要となるということは意識しておいたほうが良いかと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 28th, 2024 at 10:41 pm

Posted in Azure

Tagged with

SQL Server の接続フローについてのドキュメント

leave a comment

SQL Server の接続について調査する必要があったので、関連するドキュメントをまとめておこうと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 25th, 2024 at 8:42 am

Posted in SQL Server

Tagged with