|
134 KB
Our extraction has been using the spt_values stored procedure table. The table contains the information correctly until the "EXEMPT INACTIVE LOCK" property is set to TRUE. We can change the extraction up so we no longer use the spt_values table and instead use the status bit column in syslogins to derive the AUTHENTICATE WITH property. This should fix the issue...
Issue #12928 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v16.0.0-dev-71 |
No time estimate |
Our extraction has been using the spt_values stored procedure table. The table contains the information correctly until the "EXEMPT INACTIVE LOCK" property is set to TRUE. We can change the extraction up so we no longer use the spt_values table and instead use the status bit column in syslogins to derive the AUTHENTICATE WITH property. This should fix the issue...