Import CSV Data to SQL Server Table using SSIS Package | SSIS |SQL

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

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

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

    Thanks for this! very helpful!

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

    Can you explain on... How to import multiple csv files with different columns into SQL server?

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

      You can use script task to write custom code and add for loop to do this.

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

      @@LearnWithMRajput Yes, but can you please do a video. I searched a lot on youtube but I did not find one. It could be helpful for someone if you do it so.

  • @AhmedAli-pp1jo
    @AhmedAli-pp1jo 3 ปีที่แล้ว +1

    Can you please tell me why we use SSIS instead of data import

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

      @Ahmed...first of all sorry for replying you so late..see in data import you cannot have multiple transformations funationality that you can have in SSIS , you can transform your input data into your desired format and then load while in data import you can't have that flexibility

    • @AhmedAli-pp1jo
      @AhmedAli-pp1jo 2 ปีที่แล้ว

      @@LearnWithMRajput thank you 😊