No Clustered Index

This warning has been raised because the table doesn't have a clustered index. Clustered indexes are the most efficient index since they're directly tied to how the data is stored in the data file - which is also why a table can only have a single clustered index.

Suggested Action

šŸ’” Aireforge Advisor can automatically generate a script for this.

Consider creating a clustered index or clustered columnstore index.