You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transports/sql/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ redirects:
8
8
- nservicebus/sqlserver
9
9
- transports/sqlserver
10
10
related:
11
+
- samples/sqltransport/simple
11
12
- samples/sqltransport-sqlpersistence
12
13
- samples/sqltransport-nhpersistence
13
14
- samples/outbox/sql
15
+
- samples/sqltransport/native-integration
14
16
---
15
17
16
18
The SQL Server transport implements a message queuing mechanism on top of [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server/). It provides support for sending messages using SQL Server tables. It does **not** make use of a [service broker](https://technet.microsoft.com/en-us/library/ms166104.aspx).
0 commit comments