Skip to content

Commit c4c244f

Browse files
authored
Fixed small typo, separated subject and verb.
1 parent 43e7462 commit c4c244f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-stored-procedures/sp-post-msx-operation-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sp_post_msx_operation
7373
## Remarks
7474
**sp_post_msx_operation** must be run from the **msdb** database.
7575

76-
**sp_post_msx_operation** can always be called safely because it first determines if the current server is a multiserver Microsoft SQL Server Agent and, if so, whether *object*is a multiserver job.
76+
**sp_post_msx_operation** can always be called safely because it first determines if the current server is a multiserver Microsoft SQL Server Agent and, if so, whether *object* is a multiserver job.
7777

7878
After an operation has been posted, it appears in the **sysdownloadlist** table. After a job has been created and posted, subsequent changes to that job must also be communicated to the target servers (TSX). This is also accomplished using the download list.
7979

0 commit comments

Comments
 (0)