This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to deal with Custoum INdexes with Included Columns

On 7.1.3

We are analysing the indexes on the DB and found out, that we could a some new indexes with included columns (https://docs.microsoft.com/en-us/sql/relational-databases/indexes/create-indexes-with-included-columns?view=sql-server-2016)

Since the SchemaExtension.exe doesn't take the includes into account at all I'm not shure how to deal with that.

Should I use fully standard OIM mechanism with lower performance, or should I manage the indexes on my own directly on the DB?