154 How to export data to multiple excel files in SSIS

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 16

  • @TenhoDados
    @TenhoDados 8 месяцев назад

    Congrats, your explanation is incredible!

    • @TenhoDados
      @TenhoDados 8 месяцев назад

      One detail. The video file is not in the google drive folder. Last one is 153.

  • @ManojKumar-zn2gf
    @ManojKumar-zn2gf 2 месяца назад

    Hello Aqil, thank you so much! The video was really helpful. I have a question: I have a SQL Server and an Excel workbook stored on SharePoint. I want to upsert data from the SQL Server into the Excel workbook using SSIS, but without downloading the file to my local machine. Is this possible to achieve?

    • @learnssis
      @learnssis  2 месяца назад

      No, this is not possible from SSIS.

    • @ManojKumar-zn2gf
      @ManojKumar-zn2gf 2 месяца назад

      Do you mean we can't update an Excel workbook in SharePoint online using SSIS? Could you give me an idea of how to proceed? Thanks in advance!

    • @learnssis
      @learnssis  2 месяца назад

      @@ManojKumar-zn2gf We can't update an excel workbook in sharepoint without downloading it. We don't have any task in SSIS to download the excel workbook from sharepoint. You would need to write code in C# to do that or maybe need to use third party ssis component to download the file from sharepoint
      ruclips.net/video/08aPqFwou_o/видео.html

  • @neelamkushwah1079
    @neelamkushwah1079 8 месяцев назад

    Sir how can connectto you because in real time i am facing issues and one team member in gurgaon and another on in Chennai and iam in pune so very hard to take help.

  • @tejaskurle5954
    @tejaskurle5954 8 месяцев назад

    Hi
    I want to alter the table by adding column with Boolean value in MySQL, but Boolean is not supported tinyint is also not supported.
    What can we use

    • @learnssis
      @learnssis  8 месяцев назад

      We have a bit data type that you can use.
      alter table demo
      add Active bit

  • @Marina1BEL
    @Marina1BEL 8 месяцев назад

    thanks for all your explanations

    • @learnssis
      @learnssis  8 месяцев назад

      You are most welcome Marina.

  • @sagar8008
    @sagar8008 8 месяцев назад

    Nice Explanation...🤝

    • @learnssis
      @learnssis  8 месяцев назад

      Thank you Sagar.

    • @sagar8008
      @sagar8008 8 месяцев назад

      Can you provide any Material for SSIS?

    • @learnssis
      @learnssis  8 месяцев назад +1

      @@sagar8008 email me at aqil33@gmail.com, I can share the pdf book for SSIS.