Skip to content

Commit 93ad4ec

Browse files
Merge pull request #36476 from twright-msft/docs-editor/agent-extension-files-1769492676
Clarify location of the dbo.SQLServerAzureArcProperties  table.
2 parents 81e172d + adf7679 commit 93ad4ec

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/sql-server/azure-arc/agent-extension-files.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ Base key: `HKEY_LOCAL_MACHINE`
7272

7373
In each instance of SQL Server enabled by Azure Arc, the extension creates the following tables in `msdb`:
7474

75-
- `dq.arcJobTriggers00`
76-
- `dt.arcJobDefinitions`
77-
78-
These tables store background job definition and execution history. Background jobs perform scheduled and user-initiated actions. These tables allow long-running jobs to automatically resume if the Azure Extension for SQL Server is restarted.
79-
80-
Additionally, the table `dbo.SQLServerAzureArcProperties` contains the resource identity for the SQL Server instance in Azure Resource Manager. This table can be used to detect if the SQL Server instance is Arc-enabled, and if so, what the identity of the resource is in Azure.
75+
| Table Names| Purpose |
76+
| --- | --- |
77+
|`dq.arcJobTriggers00`, `dt.arcJobDefinitions`| These tables store background job definition and execution history. Background jobs perform scheduled and user-initiated actions. These tables allow long-running jobs to automatically resume if the Azure Extension for SQL Server is restarted.|
78+
| `dbo.SQLServerAzureArcProperties` | This table contains the resource identity for the SQL Server instance in Azure Resource Manager. This table can be used to detect if the SQL Server instance is Arc-enabled, and if so, what the identity of the resource is in Azure. |
8179

8280
## Frequently asked questions
8381

0 commit comments

Comments
 (0)