tds v1.0.14 Release Notes

Release Date: 2018-02-27 // about 6 years ago
  • 👌 Improvements

    • Parameters :string, :varchar and :binary are encoded as nvarchar(max), varchar(max) and varbinary(max) when string or binary length is greater than 2000, otherwise nvarchar(2000), varchar(2000) and varbinary(2000). This change is added to avoid aggressive execution plan caching on SQL Server since parameters may often vary in length, so SQL server will makes execution plan for each parameter length case.