NServiceBus.SqlServer
NServiceBus.SqlServer copied to clipboard
SQL Server Transport for NServiceBus
Backport of #1094
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.4 to 4.8.5. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
The transport performs a PreStartupCheck to ensure it can connect to the SQL Server during endpoint startup. However, when authenticating via [Group Managed Service Accounts](https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/group-managed-service-accounts-overview) (gMSA), the endpoint can't get...
The current tables design of the SqlTransport is sub-optimal and should be redesigned. Starting Sql Server 2014 memory-optimized tables are supported, meaning a table exists only in memory and, if...
_This issue was transferred from a private repository_ Only one isolation level seems appropriate for usage with TransactionScope, i.e. ReadCommitted. Different options caused issues when using Outbox with connection pooling....
We have people that want to use NServiceBus on [Amazon RDS for SQL Server](https://aws.amazon.com/rds/sqlserver/). There's anecdotal evidence that the SQL transport and persistence work against Amazon RDS but we haven't...
The documentation for [SQL Transport Design](https://docs.particular.net/transports/sql/design) mentions [queue peek settings](https://docs.particular.net/transports/sql/design#behavior-queue-peek-settings), but these settings don't currently work. Further, the situation described in the [blog post for the feature](https://particular.net/blog/whats-new-in-sql-server-transport-6-2#improved-load-balancing-control) doesn't actually work...
Babelfish for Aurora PostgreSQL is a new capability for Amazon Aurora PostgreSQL-Compatible Edition that enables Aurora to understand commands from applications written for Microsoft SQL Server. Testing if SqlTransport tests...
- Raised at https://github.com/Particular/NServiceBus.SqlServer/pull/860#issuecomment-952645609 - Create issue: https://github.com/Particular/NServiceBus.SqlServer/issues/919
## Goal The goal is to remove unused columns from queue table schema. The biggest problem here will probably be making sure we are **backwards compatible** with older versions of...