How the indexed view will be stored?

  • Hi,

    i've some basic questions about indexed view.

    1. How it will be stored? i.e., will it be stored separate from the underlying tables?

    i have an indexed view vw_testview with two tables customer and order

    vw_testview will be stored as separate

    and customer and order will store separate

    thanks,

    🙂

  • An indexed view is materialised and stored as if it were a table.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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