microsoft / mssql-jdbc

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).
MIT License
1.06k stars 427 forks source link

Connection level bulk copy metadata caching #2464

Closed tkyc closed 4 months ago

tkyc commented 4 months ago

Caveat: If the table changes in any way (column definition, new columns, deleted columns, etc..), then during a bulk copy the operation may or may not error out when caching is enabled. Just a note that there could be unintended consequences without warning.

Jeffery-Wasty commented 4 months ago

@microsoft-github-policy-service agree company="Microsoft"