You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved query compatibility to make Smart Bulk Copy work also with previous version of SQL Server, like 2014 (please note that it has not been tested with version prior than that.)
Added option compatibility-mode to provide a workaround for when, using xml tables, the WriteToServerAsync method get stuck in a deadlock. When compatibility-mode set to true, the non-async method WriteToServer will be used. This does not suffer of the deadlock problem, but it also cannot be nicely cancelled and so exception management, and thus connection recovery, is more difficult.
Quoted clustered key column names to avoid conflicting with reserved keywords
Check for temporal tables only if running on a SQL engine version that supports that feature