CDC objects and Source Control
rickbergfalk
Posts: 2
Is there a recommended practice for handling SQL Server CDC objects when using Source Control?
Source control tracks the user, schema, role, and table valued functions created, but does not seem to track the cdc System Tables.
Is it best to just leave CDC objects and configuration out of Source Control? Or implement them only via migration scripts?
Any advice or first-hand experience is much appreciated!
Source control tracks the user, schema, role, and table valued functions created, but does not seem to track the cdc System Tables.
Is it best to just leave CDC objects and configuration out of Source Control? Or implement them only via migration scripts?
Any advice or first-hand experience is much appreciated!
Comments
I guess manipulating these objects behind the scenes may well work, although it's not something I've tried personally...
Redgate Software