send email task in ssis

cmk 21 Reputation points
2023-03-16T22:20:03.3633333+00:00

Hi Team,

I need to send the email notification hyperlink through ssis, once user click that link microsoft excel need to open. Can you please help me to handle this task in ssis.

Thanks,

CMK

SQL Server Integration Services
SQL Server Migration Assistant
SQL Server Migration Assistant

A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,621 Reputation points
    2023-03-17T07:08:51.33+00:00

    email ... hyperlink ... ssis ... user click ... excel

    What's that for a strange mix of different technics/terms/apps/etc????

    please help me to handle this task in ssis.

    In SSIS? Close to impossible, SSIS packages aren't event driven. You have to implement your own solution and that means a lot of work.

    Was this answer helpful?

    0 comments No comments

  2. ZoeHui-MSFT 41,551 Reputation points
    2023-03-17T02:02:41.73+00:00

    Hi @cmk

    You may use send email task or Script Task to do that.

    Check below links for details.

    https://www.sqlatelier.com/2022/01/ssis-send-email-hyperlink-with-space.html

    https://stackoverflow.com/questions/68806763/ssis-send-mail-task-hyperlink-rename

    https://www.tutorialgateway.org/script-task-in-ssis/

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.