ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

SSIS Performance Tuning Tips

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2018
  • video talks about
    SSIS Performance Tuning Tips
    SSIS Performance Tuning Tips and Tricks
    SSIS Performance Tuning Techniques
    Performance Tuning Tips
    Performance Tuning in ssis
    a. When loading huge data , Transactions load
    1. drop all non clustered indexes and Clustered Indexes
    2. Load the data
    3. Create all the Indexes
    Master data -- not more than 1000
    b. Select Only Required Columns
    c. Avoid Asynchronous transformations
    d. Try to reduce Blocking/Semi blocking transformations.
    Step by step SSIS Training videos
    SSIS Tutorial
    more videos at
    / @training2sqlmsbi

ความคิดเห็น • 6

  • @vishnum7751
    @vishnum7751 6 ปีที่แล้ว +1

    Good stuff......

    • @Training2SQLMSBI
      @Training2SQLMSBI  6 ปีที่แล้ว +1

      Thanks for your feedback .. appreciate your time...

  • @b.chaitanyadas1797
    @b.chaitanyadas1797 4 ปีที่แล้ว

    Hi Thanks for your videos.
    Could you provide all the videos of Azure Data factory and also Power BI.

    • @Training2SQLMSBI
      @Training2SQLMSBI  4 ปีที่แล้ว

      Sure .. it will take some time..
      Thanks .. Happy learning..

  • @roshannuvvula6608
    @roshannuvvula6608 6 ปีที่แล้ว +2

    If you drop and re create indexes you will end long execution where most of time consumes for drop and recreation indexes.