Copy tables from one SQL database to another and mask selected fields
Uploaded on Mar 28, 2022 / 6 views / 72 impressions / 0 comments
Description
You might need to share a copy of your database with a 3rd party and if your database contains sensitive information (e.g. credit card numbers, social security numbers, etc.) you might want to mask the data in these columns.
In this video we show how you can copy the tables in one SQL database to another and also mask the data in selected fields.