Skip to content

Commit d213326

Browse files
committed
Arc extension - Add system table
1 parent 0398caa commit d213326

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Azure extension for SQL Server files and registry reference
3-
description: Lists files and registry keys deployed and managed by the Azure extension for SQL Server.
2+
title: Azure extension for SQL Server system objects
3+
description: Lists system objects - files, registry keys, and tables deployed and managed by the Azure extension for SQL Server.
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: nikitatakru
7-
ms.date: 04/02/2024
7+
ms.date: 04/26/2024
88
ms.topic: reference
99
---
1010

11-
# Azure extension for SQL Server files & registry reference
11+
# Azure extension for SQL Server sysetem objects
1212

1313
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
1414

15-
This article lists the files and the registry keys created by the installation of Connected machine agent and Azure extension for SQL server.
15+
This article lists system objects - files, registry keys, and tables deployed and managed by the Azure extension for SQL Server.
1616

1717
## Windows server files
1818

@@ -47,6 +47,15 @@ Base key: `HKEY_LOCAL_MACHINE`
4747
| `SOFTWARE\Microsoft\Microsoft SQL Server\<InstanceRegistryName>\PurviewConfig` | Purview registry key |
4848
| `SOFTWARE\Microsoft\SystemCertificates` | Windows certificate registry key |
4949

50+
## Tables
51+
52+
In each instance of SQL Server enabled by Azure Arc, the extension creates the following tables in `msdb`:
53+
54+
- `dq.arcJobTriggers00`
55+
- `dt.arcJobDefinitions`
56+
57+
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 in the event that the Azure Extension for SQL Server is restarted.
58+
5059
## Related content
5160

5261
- [Configure Windows service accounts and permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md)

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10411,7 +10411,7 @@ items:
1041110411
href: sql-server/azure-arc/permissions-granted-agent-extension.md
1041210412
- name: Required permissions
1041310413
href: sql-server/azure-arc/configure-windows-accounts-agent.md
10414-
- name: Files & registry reference
10414+
- name: System object reference
1041510415
href: sql-server/azure-arc/agent-extension-files.md
1041610416
- name: Migrate
1041710417
items:

0 commit comments

Comments
 (0)