Create Index on View

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsrinivasan
    New Member
    • Mar 2007
    • 221

    Create Index on View

    Hi all,

    I want to create index on view. Is it posiible? When i create index on view, it throws the error Cannot create index on view 'q_Invoices_Iss ued' because the view is not schema bound.. What is the solution for it?

    Thanks,
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you are supposed to create index on table not views because view does not store data physically and can be union of a number of schemas..

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      Debasisdas is right. If you have to, read

      here


      -- CK

      Comment

      Working...