Skip to content

Commit 189e657

Browse files
authored
Merge pull request #6432 from julesroussel3/patch-1
correctly spell timestamp
2 parents 70424a2 + 9792fd2 commit 189e657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-views/syssubscriptions-system-view-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ms.author: "sstein"
3434
|**login_name**|**sysname**|The login name used when connecting to the Publisher to add the subscription.|
3535
|**subscription_type**|**int**|The type of subscription:<br /><br /> **0** = Push - the distribution agent runs at the Distributor.<br /><br /> **1** = Pull - the distribution agent runs at the Subscriber.|
3636
|**distribution_jobid**|**binary(16)**|Identifies the Distribution Agent job used to synchronize the subscription.|
37-
|**timestmap**|**timestamp**|The date and time that the subscription was created.|
37+
|**timestamp**|**timestamp**|The date and time that the subscription was created.|
3838
|**update_mode**|**tinyint**|The update mode:<br /><br /> **0** = Read-only.<br /><br /> **1** = Immediate-updating.|
3939
|**loopback_detection**|**bit**|Applies to subscriptions that are part of a bidirectional transactional replication topology. Loopback detection determines whether the Distribution Agent sends transactions originated at the Subscriber back to the Subscriber:<br /><br /> **0** = Sends back.<br /><br /> **1** = Does not send back.|
4040
|**queued_reinit**|**bit**|Specifies whether the article is marked for initialization or reinitialization. A value of **1** specifies that the subscribed article is marked for initialization or reinitialization.|

0 commit comments

Comments
 (0)