sys.database_automatic_tuning_mode (Transact-SQL)
適用対象: SQL Server 2017 (14.x) 以降 Azure SQL Database Azure SQL Managed Instance
このデータベースの自動チューニング モードを返します。 使用可能なオプションについては、 ALTER DATABASE SET AUTOMATIC_TUNING (Transact-SQL) を参照してください。
列名 | データ型 | 説明 |
---|---|---|
desired_state | smallint | 自動チューニング モードの目的の状態。 |
desired_state_desc | nvarchar(60) | 自動チューニングの目的の操作モードのテキスト説明。 |
actual_state | smallint | 自動チューニング モードの操作モードを示します。 |
actual_state_desc | nvarchar(60) | 自動チューニングの実際の操作モードのテキスト説明。 |
アクセス許可
VIEW DATABASE STATE
アクセス許可が必要です。