Not able to create index on schema binding view

  • Not able to create index on below schema binding view.It is created from another view(v_prod_manu_sub).I am using this view in my join statement of query.It is showing below error msg 'Cannot create index on view "dbo.V_PROD_MANU" because it references derived table "X" (defined by SELECT statement in FROM clause). Consider removing the reference to the derived table or not indexing the view.'how to change this below query for index creation.?

    • This topic was modified 5 years, 1 month ago by  jkramprakash.
  • Indexed views can't reference other views, you'll have to put the nested view directly in the view you want to index.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply