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

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 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!

    • @keeplearningit
      @keeplearningit  2 ปีที่แล้ว

      🤗You're very welcome Alejandro!

  • @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 9 หลายเดือนก่อน

    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