NOBTAの気ままにITブログ

Azure全般 / SQL Serverに関する情報を発信していきます。

2021-01-01から1年間の記事一覧

Logic Apps を使用した Azure SQL Database の 自動スケールアップ方法について (サンプルクエリ)

Azure SQL Database サーバーレス (仮想コア ベース : 汎用目的) の場合、「最大仮想コア」、「最小仮想コア」を指定することが可能になっており、コンピューティング リソースを自動的にスケーリング (スケールアップ、スケールアウト) させることができま…

Part.13 : Getting Started with SQL Server for Beginners (Memory Management)

In Part 12, I summarized how to use the consistency check command (DBCC CHECKDB) to repair a database that has encountered inconsistencies. In this article, I will try to summarize the contents related to memory management of SQL Server. A…

【第13回】基本から始める SQL Server【メモリ管理】

第12回では 整合性チェック コマンド (DBCC CHECKDB) を使用し、不整合の発生したデータベースを修復する方法についてまとめてみました。 今回は、SQL Serverのメモリ管理に関する内容をまとめてみようと思います。 SQL Server メモリ管理について max serve…

Part.12 : Getting Started with SQL Server for Beginners (How to resolve consistency errors No.2)

In Part.11, I summarized what to do when 'DBCC CHECKDB' command detects some errors. In this article, I would like to summarize how to run the 'DBCC CHECKDB' with REPAIR option to resolve database inconsistencies. How to resolve database i…

【第12回】基本から始める SQL Server【整合性チェック 不整合検知後の対処方法2】

第11回では 整合性チェック コマンドで不正が検知された場合の対処方法についてまとめてみました。 今回は、実際に整合性チェック コマンドを実行し、データベースの不整合を解消する方法についてまとめてみようと思います。 整合性チェック コマンドによる…

【保存版】Windows Virtual Desktop (WVD) 構築手順 (検証環境)

リモート ワークの広がりに伴い、仮想デスクトップの導入を検討されている方も多いのではないかと思います。 Azure、AWS、Google Cloud、OCI の各種クラウドサービスにおいても、VMware サービス (VMware Horizon Cloud on Microsoft Azure, VMware Cloud on…

Windows Virtual Desktop (WVD)用イメージの作成手順

今回は、Windows Virtual Desktop (WVD) のホストプール作成時に使用するイメージ (Windows 10) を作成する方法について、自分の整理も兼ねて、まとめてみようと思います。 Windows Virtual Desktop (WVD)用イメージの作成手順 Azure 仮想マシン上に WVD用 W…

Azure AD Connect 設定手順 (Active Directory (オンプレミス) - Azure AD 間の同期)

オンプレミス環境上の Active Directory アカウントと同じアカウントを使用して、パブリック クラウド (SaaS, PaaS) にアクセス (シングルサインオン : SSO 含む) させたいと思うことがあるかと思います。 今回は、Azure AD Connect を使用し、オンプレミス …

Azure 仮想マシンでデプロイした Windows 10 の日本語化手順

Azure 仮想マシンに Windows 10 をデプロイした場合、言語が英語となります。 そのため、Azure Virtual Desktop (旧 Windows Virtual Desktop (WVD)) で日本語化された Windows 10 を使用した場合、イメージを作成する前の Windows 10 を日本語化する必要が…

Azure Active Directory カスタムドメイン設定手順について

新規 Azure Active Directory (以下 Azure AD) のテナントには、"<ドメイン名>.onmicrosoft.com" という初期ドメイン名が付与されます。 初期ドメイン名を削除することはできないのですが、任意のドメイン名でユーザーを管理したい場合、オンプレミス上の Ac…

Microsoft 365 Business Premium 試用版ライセンスの発行方法について

Microsoft 365 Business Premium (試用版) を使用することで、1ヵ月間 無償で Microsoft 365 Business Premium のアプリ/サービスを使用することできます。 また、本ライセンスを Azure Virtual Desktop (旧 Windows Virtual Desktop) に使用することもでき…

【Special issue】Azure/AWS/Google Cloud(GCP)/OCI Service Mapping

※ Update 1st Feb, 2021 As multi-cloud computing progresses, I suppose there will be more opportunities to compare various cloud services. This time, I'd like to try to make a cloud service (Azure/AWS/Google Cloud/OCI) mapping chart to coll…