02 Load Data Warehouse using SSIS

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

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

  • @catulopsae
    @catulopsae 2 ปีที่แล้ว +1

    This is an excellent way to create the dimensions. Great job!

    • @learnssis
      @learnssis  2 ปีที่แล้ว +3

      Thank you. You might also be interested in below 2 videos as well
      How to load dimension table in sql using ssis
      th-cam.com/video/c2lSKLQPb_I/w-d-xo.html
      How do you load a fact table
      th-cam.com/video/duaR_PhLdmc/w-d-xo.html

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

    very good explanation. Nice work

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

      Thank you ParixitSingh Chauhan.

  • @luckyrantho2344
    @luckyrantho2344 2 หลายเดือนก่อน

    Hi Aqil, i have a question, on the historical Attribute Options both 'Start date column and End date column' are both blank on the dropdown. IS there something that i am doing wrong?

    • @learnssis
      @learnssis  2 หลายเดือนก่อน

      Right now I don't remember the steps for Slowly changing dimension. I rarely use it. The best method for incremental data load is using Lookup transformation to handle the SCD type 0, type 1 and type 2. You can watch below video to understand how this works
      th-cam.com/video/7uj463csru0/w-d-xo.html

  • @sivasankar2602
    @sivasankar2602 ปีที่แล้ว

    Video for hash and lookup transformation for scd concept?

    • @learnssis
      @learnssis  11 หลายเดือนก่อน

      This is the video for Lookup transformation for SCD concept, I don't have video for Hash for SCD concept.
      th-cam.com/video/7uj463csru0/w-d-xo.html

  • @sarag.9068
    @sarag.9068 2 ปีที่แล้ว

    Very helpful....Thank you so much

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

      Thank you Sara.

  • @samahaoum8688
    @samahaoum8688 2 ปีที่แล้ว +1

    can i get the data ?

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

    Thank you for this video, please on English subtitle in this video.

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

      Sure Riya, yeah need to work on subtitles.

  • @ethiotube4805
    @ethiotube4805 2 ปีที่แล้ว +1

    thanks a lot for your great contrubution. i still need to see videos how to populate data into data warehouse /especally how to populate to fact table. share me the link for your video if you have it?

    • @learnssis
      @learnssis  2 ปีที่แล้ว +1

      Sorry at the moment I don't have video to load the Fact table, I will work on it.

    • @ethiotube4805
      @ethiotube4805 2 ปีที่แล้ว +1

      hello, i was try to record event handler in ssis but what is the system variable for errorrow? i tried
      (INSERT INTO dbo.ErrorLog (ErrorRow,ErrorCode,ErrorMessage,ErrorPackage,FileId)
      VALUES (?,?,?,?,?)
      select @fileid = SCOPE_IDENTITY()
      CREATE TABLE ErrorLog ( ErrorId INT primary key IDENTITY(1,1)
      ,ErrorRow VARCHAR (MAX)
      ,ErrorCode INT
      ,ErrorMessage VARCHAR (MAX)
      ,ErrorPackage VARCHAR (MAX)
      ,FileId INT FOREIGN KEY REFERENCES FileConfiguarion (FileId)
      )

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

      @@ethiotube4805 There is no System variable for ErrorRow.

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

      @@learnssis thanks

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

      hello, do you know how to write these three query in one statement?
      select transaction_date, sum(transaction_amount)
      AS totalcheckdeopsit from TransactionDetail
      where Transaction_Type = 'cqd'
      group by transaction_date ,transaction_amount
      order by transaction_date asc
      select transaction_date, sum(transaction_amount)
      AS totalcashwithdrawal from TransactionDetail
      where Transaction_Type = 'CW'
      group by transaction_date ,transaction_amount
      order by transaction_date asc
      select transaction_date, sum(transaction_amount) AS totalcashdeopsit
      from TransactionDetail
      where Transaction_Type = 'cd'
      group by transaction_date ,transaction_amount
      order by transaction_date asc

  • @valijoneshniyazov
    @valijoneshniyazov ปีที่แล้ว

    hey man,
    why dont you add links or scripts for initial setup?

    • @learnssis
      @learnssis  ปีที่แล้ว

      Actually for majority of my videos, I have given the link, sorry for this video the link was missing. I have provided the link in the description of this video, you can download the databases used in the video from this link.

  • @evansampong3694
    @evansampong3694 ปีที่แล้ว

    I really like your videos, do you train people? cos I want to take a class with you!

    • @learnssis
      @learnssis  ปีที่แล้ว

      Sorry Evans I don't take the online classes.

  • @vochau9806
    @vochau9806 ปีที่แล้ว

    Hello, could you give me the data source and scrip of this demonstration. thank you

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

      What is your email id ? I will send you the files and database through email.

    • @Abhishekr-vw8bo
      @Abhishekr-vw8bo ปีที่แล้ว

      @@learnssis Can You please send the database and file to abhishek_01_01@yahoo.com

  • @shreyalande16
    @shreyalande16 4 ปีที่แล้ว +1

    Awsomeeee!!!!!

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

      Glad to know that you liked it.

  • @Mishramultiverse
    @Mishramultiverse 3 ปีที่แล้ว

    Hi Aqil.. Thanks alot for this video. I have a question, why do we use surrogate key when we already have a Primary key in the dimesion table and that we can use as a foreign key in fact table. Thanks

    • @learnssis
      @learnssis  3 ปีที่แล้ว +2

      For the Historical attribute there can be multiple records with the same primary key in Dim table, thus we use the Surrogate key for this.

  • @tapasbehura1521
    @tapasbehura1521 5 ปีที่แล้ว +1

    After a long time.... :)

    • @learnssis
      @learnssis  5 ปีที่แล้ว

      Actually last night I spent couple of hours in editing but something went wrong and I had to edit it again. Sorry for that.

  • @ajaybachate7137
    @ajaybachate7137 ปีที่แล้ว

    hey do you take online classes by any chance?

    • @learnssis
      @learnssis  ปีที่แล้ว

      Hi Ajay, Sorry I don't take the online classes.

  • @johanhernansanchezvillano5212
    @johanhernansanchezvillano5212 5 ปีที่แล้ว

    thanks !!!

    • @learnssis
      @learnssis  5 ปีที่แล้ว

      Thanks for your comment.