Skip to content

Commit 068ecb7

Browse files
authored
@frequency_type is written in hex, it should be int as same as sp_addmergepushsubscription_agent (#34920)
1 parent 3934d7b commit 068ecb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/relational-databases/system-stored-procedures/sp-addmergesubscription-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ A value indicating when the Merge Agent runs. *@frequency_type* is **int**, and
114114
| `1` | Once |
115115
| `4` | Daily |
116116
| `8` | Weekly |
117-
| `10` | Monthly |
118-
| `20` | Monthly, relative to the frequency interval |
119-
| `40` | When [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent starts |
117+
| `16` | Monthly |
118+
| `32` | Monthly, relative to the frequency interval |
119+
| `64` | When [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent starts |
120120
| `NULL` (default) | |
121121

122122
#### [ @frequency_interval = ] *frequency_interval*

0 commit comments

Comments
 (0)