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

Commit 6b3d38b

Browse files
committed
fix errors
1 parent b97e8fc commit 6b3d38b

4 files changed

Lines changed: 96 additions & 36 deletions

File tree

docs/database-engine/service-broker/conversation-priorities.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
9898

9999
:::column-end:::
100100
:::row-end:::
101+
101102
:::row:::
102103
:::column span="1":::
103104
Priority Contract
@@ -112,6 +113,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
112113

113114
:::column-end:::
114115
:::row-end:::
116+
115117
:::row:::
116118
:::column span="1":::
117119
Priority Contract
@@ -126,6 +128,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
126128

127129
:::column-end:::
128130
:::row-end:::
131+
129132
:::row:::
130133
:::column span="1":::
131134
Priority Contract
@@ -140,6 +143,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
140143

141144
:::column-end:::
142145
:::row-end:::
146+
143147
:::row:::
144148
:::column span="1":::
145149
ANY
@@ -154,6 +158,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
154158

155159
:::column-end:::
156160
:::row-end:::
161+
157162
:::row:::
158163
:::column span="1":::
159164
ANY
@@ -168,6 +173,7 @@ Service Broker assigns the conversation endpoint the priority level from the con
168173

169174
:::column-end:::
170175
:::row-end:::
176+
171177
:::row:::
172178
:::column span="1":::
173179
ANY
@@ -182,20 +188,23 @@ Service Broker assigns the conversation endpoint the priority level from the con
182188

183189
:::column-end:::
184190
:::row-end:::
191+
185192
:::row:::
186-
:::column span="1":::
187-
ANY
193+
:::column span="1":::
194+
ANY
188195

189-
:::column-end:::
190-
:::column span="1":::
191-
ANY
196+
:::column-end:::
197+
:::column span="1":::
198+
ANY
192199

193-
:::column-end:::
194-
:::column span="1":::
195-
ANY
200+
:::column-end:::
201+
:::column span="1":::
202+
ANY
196203

197-
:::column-end:::
198-
:::row-end:::Service Broker first looks for a priority whose specified contract, local service, and remote service matches those used by the conversation endpoint. If one is not found, Service Broker then looks for a priority with a contract and local service that matches those used by the endpoint, and where the remote service was specified as ANY. This continues for all the variations listed in the precedence table. If no match is found, the endpoint is assigned the default priority of 5.
204+
:::column-end:::
205+
:::row-end:::
206+
207+
Service Broker first looks for a priority whose specified contract, local service, and remote service matches those used by the conversation endpoint. If one is not found, Service Broker then looks for a priority with a contract and local service that matches those used by the endpoint, and where the remote service was specified as ANY. This continues for all the variations listed in the precedence table. If no match is found, the endpoint is assigned the default priority of 5.
199208

200209
The Service Broker communication protocols do not transmit priority levels between conversation endpoints. Service Broker independently assigns a priority level to each endpoint. To have Service Broker assign priority levels to both the initiator and target conversation endpoints, you must ensure that both endpoints are covered by conversation priorities. If the initiator and target conversation endpoints are in separate databases, you must create conversation priorities in each database. If the initiator and target endpoints are in the same database:
201210

@@ -255,9 +264,9 @@ This script specifies the priority level for the initiator conversation endpoint
255264

256265
This script specifies the priority level for the target conversation endpoint and its associated operations:
257266

258-
- The RECEIVE of the **RequestMessage** from the **TargetQueue**.
267+
- The RECEIVE of the **RequestMessage** from the **TargetQueue**.
259268

260-
- The SEND of the **ReplyMessage** from the **TargetService** to the **InitiatorQueue**.
269+
- The SEND of the **ReplyMessage** from the **TargetService** to the **InitiatorQueue**.
261270

262271
<!-- end list -->
263272
```sql
@@ -319,6 +328,7 @@ Messages and message fragments may be sent out of priority order:
319328
While individual messages or message fragments may be sent out of priority order, the effects should be small when considered across many message sends.
320329

321330
## See also
331+
322332
- [ALTER BROKER PRIORITY (Transact-SQL)](../../t-sql/statements/alter-broker-priority-transact-sql.md)
323333
- [ALTER DATABASE SET options (Transact-SQL)](../../t-sql/statements/alter-database-transact-sql-set-options.md)
324334
- [BEGIN DIALOG CONVERSATION (Transact-SQL)](../../t-sql/statements/begin-dialog-conversation-transact-sql.md)

docs/database-engine/service-broker/determining-the-dialog-security-type.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The following table lists the type of dialog security for each valid combination
5858

5959
:::column-end:::
6060
:::row-end:::
61+
6162
:::row:::
6263
:::column span="1":::
6364
Service owner has a certificate
@@ -80,6 +81,7 @@ The following table lists the type of dialog security for each valid combination
8081

8182
:::column-end:::
8283
:::row-end:::
84+
8385
:::row:::
8486
:::column span="1":::
8587
Service owner does not have a certificate
@@ -99,9 +101,9 @@ The following table lists the type of dialog security for each valid combination
99101
:::column-end:::
100102
:::column span="1":::
101103
Dialog fails
102-
103-
:::column-end:::
104+
:::column-end:::
104105
:::row-end:::
106+
105107
:::row:::
106108
:::column span="1":::
107109
Service owner does not have a certificate
@@ -123,17 +125,19 @@ The following table lists the type of dialog security for each valid combination
123125
Dialog fails
124126

125127
:::column-end:::
126-
:::row-end::: - Dialog fails
127-
SQL Server does not have the information required to provide the requested security. Service Broker ends the conversation and puts an error message on the queue for the initiating service.
128+
:::row-end:::
129+
130+
- Dialog fails
131+
SQL Server does not have the information required to provide the requested security. Service Broker ends the conversation and puts an error message on the queue for the initiating service.
128132

129-
- No dialog security
130-
SQL Server does not provide dialog security for the dialog. Operations on behalf of the initiating service run as **public** in the target database. Messages are not encrypted for this dialog. Notice, however, that transport security may encrypt the message on the network.
133+
- No dialog security
134+
SQL Server does not provide dialog security for the dialog. Operations on behalf of the initiating service run as **public** in the target database. Messages are not encrypted for this dialog. Notice, however, that transport security may encrypt the message on the network.
131135

132-
- Anonymous security
133-
SQL Server uses anonymous security. Messages outside of the instance are encrypted for this dialog. Because the target service cannot verify the identity of the initiating service, operations on behalf of the initiating service run as **public** in the target database.
136+
- Anonymous security
137+
SQL Server uses anonymous security. Messages outside of the instance are encrypted for this dialog. Because the target service cannot verify the identity of the initiating service, operations on behalf of the initiating service run as **public** in the target database.
134138

135-
- Full security
136-
SQL Server uses full security. Messages outside of the instance are encrypted for this dialog. Operations on behalf of the initiating service run as the designated user in the target database.
139+
- Full security
140+
SQL Server uses full security. Messages outside of the instance are encrypted for this dialog. Operations on behalf of the initiating service run as the designated user in the target database.
137141

138142
## See also
139143

0 commit comments

Comments
 (0)