For the complete documentation index, see llms.txt. This section of documentation is indexed by https://docs.particular.net/transports/llms.txt. Here is the markdown version of this page. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md.

SQL Server Transport Upgrade Version 7 to 8

Legacy SQL Client package no longer shipped

The NServiceBus.SqlServer package using the legacy System.Data.SqlClient driver is no longer shipped and the following package changes are needed:

  • NServiceBus.SqlServer => NServiceBus.Transports.SqlServer
  • System.Data.SqlClient => Microsoft.Data.SqlClient

Related Articles