SSIS - The task with the name "Execute SQL TASK" not registered for use on this computer

Vyvadil Martin 0 Reputation points
2023-04-18T14:06:42.8466667+00:00

Hello, I have problem with SSIS Execute SQL Task. I get this error message when i try to open Execute SQL Task . Can someone help me? I am using Visual Studio 2022 and SQL Server 2022. Thank you, Martin User's image

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 Reputation points
    2023-04-18T19:32:22.25+00:00

    Hi @Vyvadil Martin,

    VS2022 is not ready for prime time. Its SQL Server Integration Services Projects extension v.0.3 is just a preview with multiple bugs and limitations.

    In the meantime, it is better to stay with the VS2019 and its SQL Server Integration Services Projects extension v.4.4. It does support SQL Server 2022.

    1 person found this answer helpful.
    0 comments No comments

  2. ZoeHui-MSFT 41,491 Reputation points
    2023-04-19T01:56:01.4133333+00:00

    Hi @Vyvadil Martin,

    SSIS2022 is not the GA version now, it is still under test.

    Please try to use VS2019 to design your package which could also deploy packages to SQL Server 2022.

    Regards,

    Zoe Hui


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

    0 comments No comments

  3. Fridi, Dalila 0 Reputation points
    2023-04-30T15:30:22.0266667+00:00

    I was able to do what I need with the "Execute SQL Task" using the "Execute T-SQL Statement Task".

    0 comments No comments

Your answer

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