Skip to content

Support for indexed views? #3

@m60freeman

Description

@m60freeman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions