-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When I run this on the one indexed view I have, it returns an empty result set when executed with these options:
EXEC dbo.sp_IndexAnalysis @Output = 'DETAILED'
,@TableName = 'dbo.View_CMS_Tree_Joined'
,@IncludeMissingIndexes = 0
,@IncludeMissingFKIndexes = 0
If I run it with the @TableName parameter commented out, I get a lot or results, but nothing about that indexed view. Does this stored procedure not support indexes on views?
Metadata
Metadata
Assignees
Labels
No labels