Indexed Views (Materialized Views) in SQL Server and Performance Considerations

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 15

  • @CitAllHearItAll
    @CitAllHearItAll Рік тому +4

    You rule.
    I have been using stored procedure to truncate and load SQL queries instead of using views to achieve this result.
    Materialized views sounds like a great way to keep the ETL process cleaner by removing the need to add stored proc calls.

  • @AlejandroBelloRD
    @AlejandroBelloRD 2 роки тому +4

    Most excellent primer on materialized views on Microsoft SQL Server. Thank you so much!

  • @volodymyrliashenko1024
    @volodymyrliashenko1024 Рік тому +2

    Very helpful! Please a create a second part for partitions!

  • @flaredev
    @flaredev 3 роки тому +3

    Thanks for this great video!

  • @amolgaikwad6602
    @amolgaikwad6602 3 роки тому +2

    VERY GOOD ,THANKS !

  • @datauntelligence
    @datauntelligence 3 роки тому +1

    good tips. thanks for the information

  • @rockedwardradical
    @rockedwardradical 2 роки тому +2

    can I create indexes between linked servers?

    • @keeplearningit
      @keeplearningit  2 роки тому

      Hello friend,
      The simplest answer is, Yes, it is possible to create indexes on views that span across linked servers. One way to accomplish this is by looking into distributed partitioned views.

  • @abdullah_ahmed_sherdy
    @abdullah_ahmed_sherdy 10 місяців тому

    i need a backup of this database can you give me this

  • @adrianalvarado9323
    @adrianalvarado9323 2 роки тому +4

    I failed that question on my last interview u_u