Apply rules from one database to another
Dan_TR
Posts: 1 New member
I've gone through and catalogued all tables/columns in one database and would like to apply the same settings to all of the same tables/columns in another database. Does anyone know if I can do this through the software, without having to go through each of these by hand? Something like "Apply template" or something?
I can pull all the masked table/columns from the catalog and apply the DDL, but I want to have all this information catalogued, for our security team.
I can pull all the masked table/columns from the catalog and apply the DDL, but I want to have all this information catalogued, for our security team.
Tagged:
Answers
The following PowerShell was designed specifically for this task and should help: https://documentation.red-gate.com/sql-data-catalog/automation-with-powershell/powershell-cmdlet-reference/copy-classification
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?