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
When using this sink connector to send data to an SQLServer database, we can't populate identity columns (autoincremental Primary keys, for instance) because IDENTITY_INSERT is OFF on the section used by the connector. And, we don't have an option to put this as ON....
The text was updated successfully, but these errors were encountered:
When using this sink connector to send data to an SQLServer database, we can't populate identity columns (autoincremental Primary keys, for instance) because IDENTITY_INSERT is OFF on the section used by the connector. And, we don't have an option to put this as ON....
The text was updated successfully, but these errors were encountered: