Answer is an obscure beta setting in Windows affecting client access to the database. If this setting is checked, chaos ensues.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We just upgraded one of our sites for SQL Server 2019 and since then our software cannot write to any of the blob fields in the database.
We get the following error: "An invalid tabular data stream (TDS) collation was encountered."
We have reinstalled the SQL Server 2019 instance, we have even created a brand new database instance and attempted to write to a blob in an empty table. The problem persists.
The problem does not exist on the dev and test SQL Developer editions, however the live site is running SQL Express.
There are no linked servers involved, just a database and a client trying to write to a blob field.
We have verified that the database collation and server collation are Latin1_General_CI_AS and no other collation overrides are made in our software.
We are at a loss and our client has been offline now for over a day.
Any hints would be appreciated.
Answer is an obscure beta setting in Windows affecting client access to the database. If this setting is checked, chaos ensues.