File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ The following views are available in the [jobs database](sql-database-job-automa
1199
1199
| [ jobsteps] ( #jobsteps-view ) | Shows all steps in the current version of each job. |
1200
1200
| [ jobstep_versions] ( #jobstep_versions-view ) | Shows all steps in all versions of each job. |
1201
1201
| [ 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. |
1203
1203
1204
1204
1205
1205
### <a name =" job_executions-view " ></a >job_executions view
@@ -1314,9 +1314,9 @@ Lists all target groups.
1314
1314
|** target_group_name** | nvarchar(128) |The name of the target group, a collection of databases.
1315
1315
|** target_group_id** |uniqueidentifier |Unique ID of the target group.
1316
1316
1317
- ### <a name =" target_groups_members -view" ></a >target_groups_members view
1317
+ ### <a name =" target_group_members -view" ></a >target_group_members view
1318
1318
1319
- [ jobs] .[ target_groups_members ]
1319
+ [ jobs] .[ target_group_members ]
1320
1320
1321
1321
Shows all members of all target groups.
1322
1322
You can’t perform that action at this time.
0 commit comments