Skip to content

Commit 01b1aeb

Browse files
authored
Update completing-a-conversation-between-databases.md
fixing a minor typo, from contacts to contracts
1 parent ca5fb9c commit 01b1aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/service-broker/completing-a-conversation-between-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The steps that you follow in Lesson 2 are the same as those you followed in Less
2424

2525
- Create two databases: **InitiatorDB** and **TargetDB**. You need to create all the initiator service and queue in the **InitiatorDB** and the target service and queue in the **TargetDB**.
2626

27-
- Create two copies of the message types and contacts, one in the **InitiatorDB** and the other in **TargetDB**. Both sides of the conversation must have access to message type and contract definitions that are identical.
27+
- Create two copies of the message types and contracts, one in the **InitiatorDB** and the other in **TargetDB**. Both sides of the conversation must have access to message type and contract definitions that are identical.
2828

2929
- Set the TRUSTWORTHY database property to ON in the **InitiatorDB**. This is the simplest mechanism for enabling conversations between two databases when they are on the same instance of the Database Engine.
3030

@@ -60,4 +60,4 @@ Your system must have the following installed:
6060

6161
## See also
6262

63-
- [Completing a Conversation Between Instances](completing-a-conversation-between-instances.md)
63+
- [Completing a Conversation Between Instances](completing-a-conversation-between-instances.md)

0 commit comments

Comments
 (0)