A_MSSQL_UPDATE_PRIMARY_COLS

When set to TRUE, this variable causes the Database Connectors for MSSQL interface to update all the fields in a table in files that have only primary key fields. Normally, Database Connectors does not add the primary key fields to updated columns, since these can not be modified. Use this variable to change that behavior.

This variable is useful to update multiple files that have only fields that are in the primary key. The default variable value is FALSE.