We have some legacy VB6 applications that connect to Azure SQL using the ODBC 13 Driver and around noon CST yesterday, all of a sudden any reads on varchar(max) columns resulted in garbage looking data. Tried upgrading to ODBC 17, no difference. The only
thing that worked was changing varchar(max) to varchar(8000).
This has been working for months, and just suddenly stopped mid-day yesterday. Did something change?