Ignoring Database Tables / Objects
priyasinha
Redgate › Posts: 548 Silver 1
Note: This issues has been migrated from ReadyRoll support forum
Is it possible to tell Ready Roll to ignore certain tables when it's comparing databases?
For example, we are using a content management system which creates some tables that has its own deployment / upgrade mechanism in it. We are adding our own custom tables to the same database (for which we're using Ready Roll) but we want to leave the CMS to manage its own updates.
Is it possible to tell Ready Roll to ignore certain tables when it's comparing databases?
For example, we are using a content management system which creates some tables that has its own deployment / upgrade mechanism in it. We are adding our own custom tables to the same database (for which we're using Ready Roll) but we want to leave the CMS to manage its own updates.
Priya Sinha
Project Manager
Red Gate Software
Project Manager
Red Gate Software
Tagged:
Comments
You specify each rule as an Object Type/Object Name Pattern (regex) pair at the top of your .sqlproj file.
In this example, the cya, job and reporting schemas will be excluded, as well as the tables contained within these schemas.
For more information on configuring exclude rules, see this article in the documentation:
https://documentation.red-gate.com/disp ... se+Objects
Project Manager
Red Gate Software
Product Manager
Redgate Software