You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SOFTWARE\Microsoft\SystemCertificates`| Windows certificate registry key |
49
49
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
+
50
59
## Related content
51
60
52
61
-[Configure Windows service accounts and permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md)
0 commit comments