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
The built-in metadata APIs only tell you that it is a partial index, not what the filter is. We may have to parse the CREATE INDEX statement, but we should be able to extract the WHERE clause and put it in the HasFilter call.
The built-in metadata APIs only tell you that it is a partial index, not what the filter is. We may have to parse the
CREATE INDEXstatement, but we should be able to extract theWHEREclause and put it in theHasFiltercall.