Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 152fc10

Browse files
kendra-littlerwestMSFT
authored andcommitted
Update sp-add-jobschedule-transact-sql.md
1 parent 3116977 commit 152fc10

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ Specifies the units for *@freq_subday_interval*. *@freq_subday_type* is **int**,
108108

109109
| Value | Description (unit) |
110110
| --- | --- |
111-
| `0x1` | At the specified time |
112-
| `0x2` | Seconds |
113-
| `0x4` | Minutes |
114-
| `0x8` | Hours |
111+
| `1` | At the specified time |
112+
| `2` | Seconds |
113+
| `4` | Minutes |
114+
| `8` | Hours |
115115

116116
#### [ @freq_subday_interval = ] *freq_subday_interval*
117117

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ Specifies the units for *@freq_subday_interval*. *@freq_subday_type* is **int**,
9191

9292
| Value | Description (unit) |
9393
| --- | --- |
94-
| `0x1` | At the specified time |
95-
| `0x2` | Seconds |
96-
| `0x4` | Minutes |
97-
| `0x8` | Hours |
94+
| `1` | At the specified time |
95+
| `2` | Seconds |
96+
| `4` | Minutes |
97+
| `8` | Hours |
9898

9999
#### [ @freq_subday_interval = ] *freq_subday_interval*
100100

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ Specifies the units for *@freq_subday_interval*. *@freq_subday_type* is **int**,
103103

104104
| Value | Description (unit) |
105105
| --- | --- |
106-
| `0x1` | At the specified time |
107-
| `0x2` | Seconds |
108-
| `0x4` | Minutes |
109-
| `0x8` | Hours |
106+
| `1` | At the specified time |
107+
| `2` | Seconds |
108+
| `4` | Minutes |
109+
| `8` | Hours |
110110

111111
#### [ @freq_subday_interval = ] *freq_subday_interval*
112112

0 commit comments

Comments
 (0)