SE の雑記

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

Archive for the ‘SQL Database’ tag

Build 2022 で発表された SQL Server ベースのアップデート

leave a comment

Build 2022 の Book of News が公開され、様々な情報のアナウンスが行われています。

SQL Server ベースの環境としては、次のような内容が Book of News やセッション内で発表されました。

  • SQL Server 2022
  • Public Preview: SQL Serer 2022 CTP 2.0
  • Azure SQL Database
    • GA: Ledger
    • Public Preview: Azure Functions の Input, Output Binding / ローカル開発環境 / JSON 関数 の機能強化 / 新しいサーバーロール
    • Private Preview: HTTPS エンドポイント
  • Azure Synapse Analytics
    • Public Preview: Synapse Link for SQL / Microsoft Graph Data Connect
  • Azure Arc
    • GA: Azure Arc Enabled SQL Managed Instance Business Critical Tier

    発表された内容について、どのような情報から確認することができるかを記載しておきたいと思います。

    Read the rest of this entry »

    Written by Masayuki.Ozawa

    5月 25th, 2022 at 12:18 am

    2022年5月上旬の Azure SQL Database Update

    leave a comment

    2022年5月上旬の Azure SQL Database Update がアナウンスされました。

    現時点では GA 1 件のアナウンスとなっています。

    Read the rest of this entry »

    Written by Masayuki.Ozawa

    5月 12th, 2022 at 9:12 am

    Posted in SQL Database

    Tagged with

    SQL Server ベースの環境の NULL の格納方法について

    leave a comment

    sSQL Server ベースの環境で NULL を登録した場合、どのように格納されていたかを忘れていたので、書いておきたいと思います。

    SQL Server NULL の取り扱いについては、集計関数 の NULL 値の取り扱いや NULL と UNKNOWN (Transact-SQL) に記載されており、NULL 値については次のように記載されています。

    null 値は、通常、認識されないデータ、適用できないデータ、または後から追加されるデータを示します。

    SQL Server の NULL 値は インデックス / 統計情報の対象となり、NULL を使用する目的については、私の認識としても上記のとおりです。

    NULL を使うべきかどうか / 何らかの初期値を指定するかについては、データの意味と取り扱いに依存しますので本投稿では触れません。

    Read the rest of this entry »

    Written by Masayuki.Ozawa

    5月 7th, 2022 at 5:23 pm

    Datadog の Database Monitoring で SQL Server サポートが使用できたので試してみました

    leave a comment

    Dash 2021: Datadog の最新発表 でアナウンスされました データベース モニタリング の SQL Server の Beta でのサポートですが、先日、Datadog を確認したら、私のアカウントでも使用できるようになっていましたので試してみました。

    Read the rest of this entry »

    Written by Masayuki.Ozawa

    5月 5th, 2022 at 8:27 pm

    2022年4月下旬の Azure SQL Database Update

    leave a comment

    2022年4月下旬の Azure SQL Database Update がアナウンスされました。

    Read the rest of this entry »

    Written by Masayuki.Ozawa

    4月 28th, 2022 at 9:26 am

    Posted in SQL Database

    Tagged with