Feature support of SQL Agent job running SQL Server Integration Services package with CDC task

Victor Rubio 40 Reputation points
2024-11-25T11:43:10.2033333+00:00

We are trying to setup a SQL Agent which runs a SQL Server Integration Services package that makes use of a CDC Source Data Flow task.

User's image

When running the job, we get an error saying that Enterprise Edition is required:

User's image

Looking at documentation, we found that Change Data Capture components have support only for SQL Server Enterprise:

https://learn.microsoft.com/en-us/sql/integration-services/integration-services-features-supported-by-the-editions-of-sql-server?view=sql-server-ver16#ISAT

User's image

We have done a test and deployed the same package to a SQL Server 2019 Developer Edition and also a SQL Server 2016 Developer Edition, and the job is working fine.

Are Change Data Capture tasks supported in SQL Server Developer Edition or is there any kind of limitation? Just to confirm, are Change Data Capture tasks not supported in Standard Edition?

Thank you so much!

Regards,

Victor

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,148 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,610 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 113.5K Reputation points MVP
    2024-11-25T21:40:47.7833333+00:00

    SQL Server Developer Edition has exactly the same technical feature set as SQL Server Enterprise Edition. But there is a very important difference when it comes to licensing: Enterprise Edition (as well as Standard and Express Editions) are licensed for production. Developer Edition is not. So yes, there is a very important limitation.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 38,621 Reputation points
    2024-11-26T02:33:58.99+00:00

    Hi @Victor Rubio

    The documentation has mentioned that, for features supported by Evaluation and Developer editions, see features listed for Enterprise Edition in the following tables.

    So, the component is supported in Developer edition.

    is there any kind of limitation

    The limitation is that the Developer edition cannot be used for production just for testing, developing, and learning purposes.

    The Change Data Capture components by Attunity require Enterprise edition.

    The Change Data Capture Service and the Change Data Capture Designer, however, do not require Enterprise edition. You can use the Designer and the Service on a computer where SSIS is not installed.

    Regards,

    Zoe Hui


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

    1 person found this answer helpful.
    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.