Skip to content

Commit 854c730

Browse files
authored
Merge pull request #100162 from KalyanChanumolu-MSFT/patch-24
(AzureCXP) MicrosoftDocs/azure-docs#45626
2 parents 232abbf + 5b577c8 commit 854c730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/elastic-jobs-tsql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ The following views are available in the [jobs database](sql-database-job-automa
11991199
|[jobsteps](#jobsteps-view) | Shows all steps in the current version of each job. |
12001200
|[jobstep_versions](#jobstep_versions-view) | Shows all steps in all versions of each job. |
12011201
|[target_groups](#target_groups-view) | Shows all target groups. |
1202-
|[target_group_members](#target_groups_members-view) | Shows all members of all target groups. |
1202+
|[target_group_members](#target_group_members-view) | Shows all members of all target groups. |
12031203

12041204

12051205
### <a name="job_executions-view"></a>job_executions view
@@ -1314,9 +1314,9 @@ Lists all target groups.
13141314
|**target_group_name**| nvarchar(128) |The name of the target group, a collection of databases.
13151315
|**target_group_id** |uniqueidentifier |Unique ID of the target group.
13161316

1317-
### <a name="target_groups_members-view"></a>target_groups_members view
1317+
### <a name="target_group_members-view"></a>target_group_members view
13181318

1319-
[jobs].[target_groups_members]
1319+
[jobs].[target_group_members]
13201320

13211321
Shows all members of all target groups.
13221322

0 commit comments

Comments
 (0)