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
Test for "Column Identity Usage" has 2 inconsistencies.
If version is less then 10, it executes Assert-DatabaseDuplicateIndex which has no bearing on Identity column usage.
The test compares the policy.identity.usagepercent value which defaults to 90 but the Test-DbaIdentityUsage function returns PercentUsed in decimal (e.g. 0.87 for 87%). Without changing the config value, the test will always return true.
Issue
This is a bug or unexpected behaviour
Bug Report
Test for "Column Identity Usage" has 2 inconsistencies.
General Troubleshooting steps
[0.04 sec] > (Find-module dbachecks).Version -match (Get-Module dbachecks).Version.ToString()
True
Version Information
Code issue is version independent
The text was updated successfully, but these errors were encountered: