151 How to export data returned from stored procedure to CSV file

Поділитися
Вставка
  • Опубліковано 2 лип 2024
  • How to export data returned from stored procedure to CSV file in SSIS
    Download files and scripts: drive.google.com/drive/folder...
    SSIS Tutorials: • SSIS Tutorials
    SSIS real time scenarios examples: • SSIS real time scenari...
    SSIS Interview questions and answers: • SSIS Interview questio...
    How to export data returned from stored procedure to CSV file in SSIS
    How to export CSV file from stored procedure?
    How do I export a CSV file from SQL?
    Stored procedure uses a temp table
    Happy Learning.
    If you have any questions or suggestions please comment on the video or write to me at “aqil33@gmail.com”
  • Наука та технологія

КОМЕНТАРІ • 10

  • @Marina1BEL
    @Marina1BEL 2 місяці тому

    thanks for all your explanations

    • @learnssis
      @learnssis  2 місяці тому

      Thank you so much Marina.

  • @AnilBabu19666
    @AnilBabu19666 3 місяці тому

    Great explanation

    • @learnssis
      @learnssis  3 місяці тому

      Thank you Anil Babu.

  • @blackisblack22
    @blackisblack22 3 місяці тому

    So, local temp tables only matter when they are part of the result, isn’t it? I mean, we could use other temp tables in the stored proc as auxiliaries, correct?

  • @user-ib4kc7jq3j
    @user-ib4kc7jq3j 3 місяці тому

    Sir,
    I am interested in utilizing SSIS to compare two Excel files, with the intention of managing errors based on a checklist. My plan is to export the errors as separate Excel files or alternatively, to add a new column into the original Excel file to capture remarks.
    Could you please guide me on how to proceed with this?

    • @learnssis
      @learnssis  3 місяці тому +1

      You can use lookup transformation to compare the data between 2 excel files based on either a single column or based on multiple columns. Although I would suggest if possible import the files to sql server tables and then do the comparison in sql and then accordingly you can export the data to a new excel file.

    • @user-ib4kc7jq3j
      @user-ib4kc7jq3j 3 місяці тому

      Thank you for your suggestion.
      Upon importing the Excel data into tables, I can use SQL commands to identify errors and then export each error type into separate Excel files.
      Furthermore, when it comes to checking and handling errors in two Excel files, Is Python more suitable? I have to check more than 25 lakhs of data and one excel file has more than 50 columns.
      I am thinking to automate this process.

    • @learnssis
      @learnssis  3 місяці тому

      @@user-ib4kc7jq3jActually I have not worked with Python thus I don't know how suitable it will be.